mirror of
https://github.com/danog/phpdoc-parser.git
synced 2024-11-26 12:04:52 +01:00
Modernization
This commit is contained in:
parent
dff3ee149b
commit
edb31b30ec
2
Makefile
2
Makefile
@ -23,7 +23,7 @@ cs-fix:
|
||||
|
||||
.PHONY: phpstan
|
||||
phpstan:
|
||||
php vendor/bin/phpstan analyse -l 5 -c phpstan.neon src tests
|
||||
php vendor/bin/phpstan
|
||||
|
||||
.PHONY: build-abnfgen
|
||||
build-abnfgen:
|
||||
|
@ -8,7 +8,7 @@
|
||||
"require-dev": {
|
||||
"php-parallel-lint/php-parallel-lint": "^1.2",
|
||||
"phpstan/extension-installer": "^1.0",
|
||||
"phpstan/phpstan": "^0.12.60",
|
||||
"phpstan/phpstan": "^0.12.87",
|
||||
"phpstan/phpstan-strict-rules": "^0.12.5",
|
||||
"phpunit/phpunit": "^9.5",
|
||||
"symfony/process": "^5.2"
|
||||
|
@ -1,3 +1,7 @@
|
||||
parameters:
|
||||
paths:
|
||||
- src
|
||||
- tests
|
||||
level: 5
|
||||
ignoreErrors:
|
||||
- '#^Dynamic call to static method PHPUnit\\Framework\\Assert#'
|
||||
|
Loading…
Reference in New Issue
Block a user