Details
Description
My PHP project is very big with a lot of files.
phpcpd & phpunit is displaying logs of all files.
It slows down the analysis process a lot, and the logs are too verbose to read.
Please omit the output of phpcpd & phpunit, we can see the result in sonar...
In fact, the most verbose tool is phpcs.
Please omit output of all PHP tools.
Please use the Logger to display the output, so we will be able to display the output with "mvn -X" if needed.