From 02282151813ac69701a6d8af8294d9a6ab831e51 Mon Sep 17 00:00:00 2001 From: Carsten Bach Date: Sat, 16 Nov 2024 03:46:00 +0100 Subject: [PATCH] Ignore phpstan error --- phpstan.neon | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/phpstan.neon b/phpstan.neon index 077a1f5..9f5827b 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -26,3 +26,8 @@ parameters: # Find a nicer way instead of ignoring this Error on every ft-module - '#Function Altis\\register_module not found\.#' - '#Function Figuren_Theater\\get_config not found\.#' + + # inc/sqlite-object-cache/namespace.php + # + # A dev-only errors, which can occur if not setup in a working environment (like actually in GitHub CI). + - '#^Path in require_once\(\) "\.//sqlite-object-cache/sqlite-object-cache\.php" is not a file or it does not exist\.$#' \ No newline at end of file