Skip to content

Commit 0a4d606

Browse files
committed
Do not report unneccessary suppressions
1 parent c293a11 commit 0a4d606

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

phpstan.neon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ parameters:
1515
fileExtensions:
1616
- php
1717
tmpDir: vendor/.cache.phpstan
18-
reportUnmatchedIgnoredErrors: true
18+
reportUnmatchedIgnoredErrors: false

0 commit comments

Comments
 (0)