Make the 'requireOnce.fileNotFound' PHPStan error ignore more specific.
This commit is contained in:
@@ -6,7 +6,8 @@ parameters:
|
|||||||
reportUnmatchedIgnoredErrors: false
|
reportUnmatchedIgnoredErrors: false
|
||||||
ignoreErrors:
|
ignoreErrors:
|
||||||
# set_include_path detection issue
|
# set_include_path detection issue
|
||||||
- identifier: requireOnce.fileNotFound
|
- message: '#"(autoload|colors|errorhandler|login_form|sessions)\.php"#'
|
||||||
|
identifier: requireOnce.fileNotFound
|
||||||
|
|
||||||
# undetected as DOMElement
|
# undetected as DOMElement
|
||||||
- '#Call to an undefined method DOMNode::#'
|
- '#Call to an undefined method DOMNode::#'
|
||||||
|
|||||||
Reference in New Issue
Block a user