File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed
Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 77/vendor
88.phpunit.cache
99.phpunit.result.cache
10+ .phpcs.cache
1011
1112# OS generated files #
1213# #####################
Original file line number Diff line number Diff line change 6767 " @stan" ,
6868 " @test"
6969 ],
70- "cs-check" : " phpcs --colors -p " ,
71- "cs-fix" : " phpcbf --colors -p " ,
70+ "cs-check" : " phpcs" ,
71+ "cs-fix" : " phpcbf" ,
7272 "phpstan" : " tools/phpstan analyse" ,
7373 "stan" : " @phpstan" ,
7474 "stan-baseline" : " tools/phpstan --generate-baseline" ,
Original file line number Diff line number Diff line change 44
55 <file >src/</file >
66 <file >tests/</file >
7-
7+
8+ <arg value =" nps" />
9+ <arg name =" colors" />
10+ <arg name =" parallel" value =" 4" />
11+ <arg name =" cache" value =" .phpcs.cache" />
12+
813 <exclude-pattern >tests/comparisons/*</exclude-pattern >
914</ruleset >
You can’t perform that action at this time.
0 commit comments