File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22* .iml
33.hhconfig
44.phpunit.result.cache
5+ .phpcs.cache
56vendor
67composer.phar
78composer.lock
Original file line number Diff line number Diff line change 5656 " @cs-check" ,
5757 " @stan"
5858 ],
59- "cs-check" : " phpcs --colors --parallel=16 -p " ,
60- "cs-fix" : " phpcbf --colors --parallel=16 -p " ,
59+ "cs-check" : " phpcs" ,
60+ "cs-fix" : " phpcbf" ,
6161 "phpstan" : " tools/phpstan analyse" ,
6262 "stan" : " @phpstan" ,
6363 "stan-baseline" : " tools/phpstan --generate-baseline" ,
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" ?>
22<ruleset name =" PHP_CodeSniffer" >
33 <rule ref =" CakePHP" />
4+ <arg value =" nps" />
5+ <arg name =" colors" />
6+ <arg name =" parallel" value =" 4" />
7+ <arg name =" cache" value =" .phpcs.cache" />
48
59 <!-- Necessary for class aliases used for backwards compat -->
610 <rule ref =" PSR1.Files.SideEffects.FoundWithSymbols" >
You can’t perform that action at this time.
0 commit comments