akeneo / php-coupling-detector

[Experimental] Detect all the coupling issues of your project with respect to the coupling rules you have defined.
MIT License
42 stars 6 forks source link

Display node subject instead of filepath #47

Closed phaseinducer closed 4 years ago

phaseinducer commented 4 years ago

When the issues are displayed, show the subject (FQCN in the case of a class) of the failing nodes instead of their filepath.

Before : Screenshot from 2019-11-27 18:20:05

After : Screenshot from 2019-11-27 18:21:52

The filepath can still be found in verbose mode if needed : Screenshot from 2019-11-27 18:23:32