File tree Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Original file line number Diff line number Diff line change 46
46
"scripts" : {
47
47
"test" : [
48
48
" @phpunit" ,
49
- " @phpstan-analise "
49
+ " @phpstan"
50
50
],
51
51
"phive-install" : " phive install --trust-gpg-keys $(cat .phive/trust-gpg-keys.txt)" ,
52
52
"phpunit" : " vendor/bin/phpunit" ,
53
- "phpstan-analise" : " vendor/bin/phpstan analyse" ,
54
- "phpstan-update" : " vendor/bin/phpstan analyse --generate-baseline phpstan-baseline.neon" ,
53
+ "phpstan" : [
54
+ " @phpstan-clear" ,
55
+ " @phpstan-analyse"
56
+ ],
57
+ "phpstan-analise" : " vendor/bin/phpstan analyse -c scripts/phpstan/config.neon" ,
58
+ "phpstan-baseline" : [
59
+ " @phpstan-clear" ,
60
+ " @phpstan-analise --generate-baseline phpstan-baseline.neon"
61
+ ],
62
+ "phpstan-clear" : " vendor/bin/phpstan clear-result-cache -c scripts/phpstan/config.neon" ,
55
63
"set_versions" : " sh bin/dev/set_composer_versions"
56
64
},
57
65
"suggest" : {
You can’t perform that action at this time.
0 commit comments