Make the 'requireOnce.fileNotFound' PHPStan error ignore more specific.

This commit is contained in:
wn_
2024-11-12 03:59:52 +00:00
parent 5a200755b8
commit 76b9cd8274

View File

@@ -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::#'