Phpinsights: Implement option to output issues grouped by file

Created on 27 Jun 2019  路  6Comments  路  Source: nunomaduro/phpinsights

| Q | A
| ---------------- | -----
| Bug report? | no
| Feature request? | yes
| Library version | 1.7.0

Right now all found issues are grouped by type of issue and sniffer name. That's good, but if I wanted to fix all found issues in one file then I would have to search for file path in output. In big projects this may be a problem.

That's why I think there should be an option to output issues grouped by file path.