File tree Expand file tree Collapse file tree 4 files changed +2
-41
lines changed
Expand file tree Collapse file tree 4 files changed +2
-41
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 4646 "cs-check" : " phpcs --colors --parallel=16 -p src/ tests/" ,
4747 "cs-fix" : " phpcbf --colors --parallel=16 -p src/ tests/" ,
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 }
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments