Skip to content

Commit 5c2d039

Browse files
committed
Added reportUnmatchedIgnoredErrors to false on phpstan
1 parent 93a969c commit 5c2d039

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

phpstan.neon

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
parameters:
2+
reportUnmatchedIgnoredErrors:
3+
false
24
ignoreErrors:
35
- '#Unsafe usage of new static()#'
46
- '#Call to static method performRequest\(\) on trait#'

0 commit comments

Comments
 (0)