Skip to content

surda/phpcs-reporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP CodeSniffer PhpStorm reporter

Prints additional PhpStorm editor url in PHPCS cli output.

Installation

composer require --dev surda/phpcs-reporter

Command line usage:

specify this report on the command line:

php vendor/bin/phpcs --report='Surda\PHPCSReport\PhpStormReport'

PHPCS xml configuration

<?xml version="1.0" encoding="UTF-8"?>
<ruleset>
    <arg name="report" value="Surda\PHPCSReport\PhpStormReport" />
    ...

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages