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:
23
23
24
24
.PHONY : phpstan
25
25
phpstan :
26
- php vendor/bin/phpstan analyse -l 5 -c phpstan.neon src tests
26
+ php vendor/bin/phpstan
27
27
28
28
.PHONY : build-abnfgen
29
29
build-abnfgen :
Original file line number Diff line number Diff line change 8
8
"require-dev" : {
9
9
"php-parallel-lint/php-parallel-lint" : " ^1.2" ,
10
10
"phpstan/extension-installer" : " ^1.0" ,
11
- "phpstan/phpstan" : " ^0.12.60 " ,
11
+ "phpstan/phpstan" : " ^0.12.87 " ,
12
12
"phpstan/phpstan-strict-rules" : " ^0.12.5" ,
13
13
"phpunit/phpunit" : " ^9.5" ,
14
14
"symfony/process" : " ^5.2"
Original file line number Diff line number Diff line change 1
1
parameters :
2
+ paths :
3
+ - src
4
+ - tests
5
+ level : 5
2
6
ignoreErrors :
3
7
- ' #^Dynamic call to static method PHPUnit\\Framework\\Assert #'
You can’t perform that action at this time.
0 commit comments