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 9781012 commit 9c97cfaCopy full SHA for 9c97cfa
phpstan.neon.dist
@@ -7,3 +7,7 @@ parameters:
7
level: 1
8
9
editorUrl: 'phpstorm://open?file=%%file%%&line=%%line%%'
10
+
11
+ ignoreErrors:
12
+ - '#Unsafe usage of new static#'
13
+ - '#Call to an undefined method [a-zA-Z0-9\\_\<\>]+::[a-zA-Z]+\(\)#'
0 commit comments