We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45e2200 commit de5d0cfCopy full SHA for de5d0cf
phpstan.neon.dist
@@ -10,3 +10,7 @@ parameters:
10
level: 1
11
12
editorUrl: 'phpstorm://open?file=%%file%%&line=%%line%%'
13
+
14
+ ignoreErrors:
15
+ - '#Unsafe usage of new static#'
16
+ - '#Call to an undefined method [a-zA-Z0-9\\_\<\>]+::[a-zA-Z]+\(\)#'
0 commit comments