Skip to content

Commit 9c97cfa

Browse files
committed
#1930 ignore two errors
1 parent 9781012 commit 9c97cfa

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

phpstan.neon.dist

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,7 @@ parameters:
77
level: 1
88

99
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

Comments
 (0)