File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed
Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 44composer.lock
55vendor /
66/.idea /
7+ /tools /
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.0.3 " installed =" 2.0.3 " location =" ./tools/phpstan" copy =" false" />
3+ <phar name =" phpstan" version =" 2.1.17 " installed =" 2.1.17 " location =" ./tools/phpstan" copy =" false" />
44</phive >
Original file line number Diff line number Diff line change 4646 "cs-check" : " phpcs --colors --parallel=16 -p -s CakePHP/" ,
4747 "cs-fix" : " phpcbf --colors --parallel=16 -p CakePHP/" ,
4848 "stan" : " tools/phpstan analyse" ,
49+ "stan-baseline" : " tools/phpstan --generate-baseline" ,
50+ "stan-setup" : " phive install" ,
4951 "docs" : " php docs/generate.php" ,
5052 "explain" : " phpcs -e --standard=CakePHP"
5153 }
You can’t perform that action at this time.
0 commit comments