diff options
| author | wn_ <invalid@email.com> | 2024-11-13 02:11:58 +0000 |
|---|---|---|
| committer | wn_ <invalid@email.com> | 2024-11-13 02:11:58 +0000 |
| commit | 859ce4d7f69a46716a10eacc485ffaf9867a76d4 (patch) | |
| tree | 27832a131eafec209a8de1361c35c69baa45231f | |
| parent | 2dda9f9ab53063658b4561faeac67c4ccedb551a (diff) | |
Deal with an error showing up in Gitlab PHPStan runs
| -rw-r--r-- | phpstan.neon | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpstan.neon b/phpstan.neon index 5052f5d73..74daee0ce 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -6,7 +6,7 @@ parameters: reportUnmatchedIgnoredErrors: false ignoreErrors: # set_include_path detection issue - - message: '#"(autoload|colors|errorhandler|login_form|sessions)\.php"#' + - message: '#"(autoload|colors|config|errorhandler|login_form|sessions)\.php"#' identifier: requireOnce.fileNotFound # undetected as DOMElement |