diff options
Diffstat (limited to 'phpstan.neon')
| -rw-r--r-- | phpstan.neon | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/phpstan.neon b/phpstan.neon index fd5bc6be0..5052f5d73 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -6,7 +6,8 @@ parameters: reportUnmatchedIgnoredErrors: false ignoreErrors: # set_include_path detection issue - - identifier: requireOnce.fileNotFound + - message: '#"(autoload|colors|errorhandler|login_form|sessions)\.php"#' + identifier: requireOnce.fileNotFound # undetected as DOMElement - '#Call to an undefined method DOMNode::#' |