Closed ziaratban closed 4 years ago
hi phpcs is not exists in npm. how i can checkstyle php files ?
npm
You don't need npm. Just add to config something like that: <linter extension=".php" command="C:\Path_to\phpcs --report=checkstyle"/>
<linter extension=".php" command="C:\Path_to\phpcs --report=checkstyle"/>
hi phpcs is not exists in
npm
. how i can checkstyle php files ?