Skip to content

Commit

Permalink
PHPStan: ignore unmatched errors
Browse files Browse the repository at this point in the history
  • Loading branch information
glaubinix committed Dec 9, 2024
1 parent bdc90e9 commit 3e49b43
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions phpstan.neon.dist
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
parameters:
level: 5
reportUnmatchedIgnoredErrors: false

paths:
- src
- tests
Expand Down

0 comments on commit 3e49b43

Please sign in to comment.