Prints additional PhpStorm editor url in PHPCS cli output.
composer require --dev surda/phpcs-reporter
specify this report on the command line:
php vendor/bin/phpcs --report='Surda\PHPCSReport\PhpStormReport'
<?xml version="1.0" encoding="UTF-8"?>
<ruleset>
<arg name="report" value="Surda\PHPCSReport\PhpStormReport" />
...