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 4
4
composer.lock
5
5
vendor /
6
6
/.idea /
7
+ /tools /
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<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" />
4
4
</phive >
Original file line number Diff line number Diff line change 46
46
"cs-check" : " phpcs --colors --parallel=16 -p -s CakePHP/" ,
47
47
"cs-fix" : " phpcbf --colors --parallel=16 -p CakePHP/" ,
48
48
"stan" : " tools/phpstan analyse" ,
49
+ "stan-baseline" : " tools/phpstan --generate-baseline" ,
50
+ "stan-setup" : " phive install" ,
49
51
"docs" : " php docs/generate.php" ,
50
52
"explain" : " phpcs -e --standard=CakePHP"
51
53
}
You can’t perform that action at this time.
0 commit comments