File tree Expand file tree Collapse file tree 5 files changed +6
-45
lines changed
Expand file tree Collapse file tree 5 files changed +6
-45
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<phive xmlns =" https://phar.io/phive" >
3- <phar name =" phpstan" version =" 2.1.0" installed =" 2.1.0" location =" ./tools/phpstan" copy =" false" />
4- <phar name =" psalm" version =" 5.26.1" installed =" 5.26.1" location =" ./tools/psalm" copy =" false" />
3+ <phar name =" phpstan" version =" 2.1.33" installed =" 2.1.33" location =" ./tools/phpstan" copy =" false" />
54</phive >
Original file line number Diff line number Diff line change 4343 " @cs-check" ,
4444 " @test"
4545 ],
46- "cs-check" : " phpcs --colors --parallel=16 -p src/ tests/ " ,
47- "cs-fix" : " phpcbf --colors --parallel=16 -p src/ tests/ " ,
46+ "cs-check" : " phpcs --colors --parallel=16 -p" ,
47+ "cs-fix" : " phpcbf --colors --parallel=16 -p" ,
4848 "phpstan" : " tools/phpstan analyse" ,
49- "psalm" : " tools/psalm --show-info=false" ,
50- "stan" : [
51- " @phpstan" ,
52- " @psalm"
53- ],
49+ "stan" : " @phpstan" ,
5450 "stan-tests" : " phpstan.phar analyze -c tests/phpstan.neon" ,
5551 "stan-baseline" : " phpstan.phar --generate-baseline" ,
56- "psalm-baseline" : " tools/psalm --set-baseline=psalm-baseline.xml" ,
5752 "stan-setup" : " phive install" ,
5853 "test" : " phpunit"
5954 }
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" ?>
22<ruleset name =" CakePHP PluginInstaller" >
3- <config name = " installed_paths " value = " ../../cakephp/cakephp-codesniffer " / >
4-
3+ <file >src/</ file >
4+ < file >tests/</ file >
55 <rule ref =" CakePHP" />
66</ruleset >
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments