We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6e4c37 commit 3811e4cCopy full SHA for 3811e4c
1 file changed
phpstan.neon.dist
@@ -1,12 +1,15 @@
1
parameters:
2
- level: 9
+ level: 10
3
paths:
4
- "%currentWorkingDirectory%/src/"
5
- "%currentWorkingDirectory%/tests/"
6
ignoreErrors:
7
-
8
message: '#Call to an undefined method [a-zA-Z0-9\\_]+::children\(\)#'
9
path: %currentWorkingDirectory%/src/DependencyInjection/Configuration.php
10
+ -
11
+ message: '#Cannot call method [a-zA-Z]+\(\) on mixed#'
12
+ path: %currentWorkingDirectory%/src/DependencyInjection/Configuration.php
13
includes:
14
- vendor/phpstan/phpstan-strict-rules/rules.neon
15
- phar://phpstan.phar/conf/bleedingEdge.neon
0 commit comments