We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dff3ee1 commit edb31b3Copy full SHA for edb31b3
Makefile
@@ -23,7 +23,7 @@ cs-fix:
23
24
.PHONY: phpstan
25
phpstan:
26
- php vendor/bin/phpstan analyse -l 5 -c phpstan.neon src tests
+ php vendor/bin/phpstan
27
28
.PHONY: build-abnfgen
29
build-abnfgen:
composer.json
@@ -8,7 +8,7 @@
8
"require-dev": {
9
"php-parallel-lint/php-parallel-lint": "^1.2",
10
"phpstan/extension-installer": "^1.0",
11
- "phpstan/phpstan": "^0.12.60",
+ "phpstan/phpstan": "^0.12.87",
12
"phpstan/phpstan-strict-rules": "^0.12.5",
13
"phpunit/phpunit": "^9.5",
14
"symfony/process": "^5.2"
phpstan.neon
@@ -1,3 +1,7 @@
1
parameters:
2
+ paths:
3
+ - src
4
+ - tests
5
+ level: 5
6
ignoreErrors:
7
- '#^Dynamic call to static method PHPUnit\\Framework\\Assert#'
0 commit comments