Skip to content

Commit 071989e

Browse files
committed
Add generic error about wp-admin/includes
1 parent ef015cf commit 071989e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

phpstan.neon

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ includes:
22
- bin/baseline.neon
33
parameters:
44
level: 1
5+
reportUnmatchedIgnoredErrors: false
6+
ignoreErrors:
7+
- '#^Path in (include_once|require_once|require)\(\) ".*wp-admin/includes/.*" is not a file#'
58
paths:
69
- .
710
excludePaths:

0 commit comments

Comments
 (0)