File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ cs-fix:
2323
2424.PHONY : phpstan
2525phpstan :
26- php vendor/bin/phpstan analyse -l 5 -c phpstan.neon src tests
26+ php vendor/bin/phpstan
2727
2828.PHONY : build-abnfgen
2929build-abnfgen :
Original file line number Diff line number Diff line change 88 "require-dev" : {
99 "php-parallel-lint/php-parallel-lint" : " ^1.2" ,
1010 "phpstan/extension-installer" : " ^1.0" ,
11- "phpstan/phpstan" : " ^0.12.60 " ,
11+ "phpstan/phpstan" : " ^0.12.87 " ,
1212 "phpstan/phpstan-strict-rules" : " ^0.12.5" ,
1313 "phpunit/phpunit" : " ^9.5" ,
1414 "symfony/process" : " ^5.2"
Original file line number Diff line number Diff line change 11parameters :
2+ paths :
3+ - src
4+ - tests
5+ level : 5
26 ignoreErrors :
37 - ' #^Dynamic call to static method PHPUnit\\Framework\\Assert #'
You can’t perform that action at this time.
0 commit comments