Skip to content

Commit

Permalink
Added reportUnmatchedIgnoredErrors to false on phpstan
Browse files Browse the repository at this point in the history
  • Loading branch information
ezimuel committed Jun 18, 2020
1 parent 93a969c commit 5c2d039
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions phpstan.neon
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
parameters:
reportUnmatchedIgnoredErrors:
false
ignoreErrors:
- '#Unsafe usage of new static()#'
- '#Call to static method performRequest\(\) on trait#'
Expand Down

0 comments on commit 5c2d039

Please sign in to comment.