Skip to content

Commit 18ecd38

Browse files
committed
Disable reportUnmatchedIgnoredErrors to allow ignoring errors for stricter levels
1 parent 6a46b90 commit 18ecd38

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

phpstan.neon.dist

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ includes:
1515
parameters:
1616
# https://phpstan.org/user-guide/rule-levels
1717
level: 0
18-
reportUnmatchedIgnoredErrors: true
18+
19+
# Allow ignoring errors for stricter levels.
20+
reportUnmatchedIgnoredErrors: false
1921

2022
ignoreErrors:
2123
# Level 0:

0 commit comments

Comments
 (0)