From 859ce4d7f69a46716a10eacc485ffaf9867a76d4 Mon Sep 17 00:00:00 2001 From: wn_ Date: Wed, 13 Nov 2024 02:11:58 +0000 Subject: [PATCH] Deal with an error showing up in Gitlab PHPStan runs --- phpstan.neon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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