Update phpstan.
This commit is contained in:
parent
1f3e326bd3
commit
fd9df587de
2 changed files with 8 additions and 6 deletions
|
@ -78,13 +78,13 @@
|
||||||
"ergebnis/phpunit-slow-test-detector": "^2.1",
|
"ergebnis/phpunit-slow-test-detector": "^2.1",
|
||||||
"jc21/clitable": "^1.2",
|
"jc21/clitable": "^1.2",
|
||||||
"php-coveralls/php-coveralls": "^2.1",
|
"php-coveralls/php-coveralls": "^2.1",
|
||||||
"phpstan/phpstan": "^0.12",
|
"phpstan/phpstan": "^1",
|
||||||
"phpstan/phpstan-deprecation-rules": "^0.12",
|
"phpstan/phpstan-deprecation-rules": "^1",
|
||||||
"phpstan/phpstan-phpunit": "^0.12.16",
|
"phpstan/phpstan-phpunit": "^1",
|
||||||
"phpstan/phpstan-symfony": "^0.12",
|
"phpstan/phpstan-symfony": "^1",
|
||||||
"phpunit/phpunit": "^10",
|
"phpunit/phpunit": "^10",
|
||||||
"slam/phpstan-extensions": "^5.0",
|
"slam/phpstan-extensions": "^6",
|
||||||
"thecodingmachine/phpstan-strict-rules": "^0.12",
|
"thecodingmachine/phpstan-strict-rules": "^1",
|
||||||
"wyrihaximus/html-compress": "^4.1"
|
"wyrihaximus/html-compress": "^4.1"
|
||||||
},
|
},
|
||||||
"suggest": {
|
"suggest": {
|
||||||
|
|
|
@ -14,6 +14,8 @@ parameters:
|
||||||
- bin/
|
- bin/
|
||||||
- src/
|
- src/
|
||||||
- tests/
|
- tests/
|
||||||
|
excludePaths:
|
||||||
|
- vendor/*
|
||||||
ignoreErrors:
|
ignoreErrors:
|
||||||
- '#Call to an undefined method Benzine\\Redis\\Redis::[a-zA-Z0-9\\_]+\(\)#'
|
- '#Call to an undefined method Benzine\\Redis\\Redis::[a-zA-Z0-9\\_]+\(\)#'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue