Skip to content

Commit edb31b3

Browse files
committed
Modernization
1 parent dff3ee1 commit edb31b3

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

Diff for: Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ cs-fix:
2323

2424
.PHONY: phpstan
2525
phpstan:
26-
php vendor/bin/phpstan analyse -l 5 -c phpstan.neon src tests
26+
php vendor/bin/phpstan
2727

2828
.PHONY: build-abnfgen
2929
build-abnfgen:

Diff for: composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
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"

Diff for: phpstan.neon

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
parameters:
2+
paths:
3+
- src
4+
- tests
5+
level: 5
26
ignoreErrors:
37
- '#^Dynamic call to static method PHPUnit\\Framework\\Assert#'

0 commit comments

Comments
 (0)