Skip to content

Commit 7077b56

Browse files
committed
fix: phpstan reportUnmatchedIgnoredErrors
1 parent deeabae commit 7077b56

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
@@ -7,6 +7,8 @@ parameters:
77
- tests/app/routes.php
88
level: 6
99

10+
reportUnmatchedIgnoredErrors: false
11+
1012
ignoreErrors:
1113
-
1214
identifier: missingType.generics

0 commit comments

Comments
 (0)