From aaff672fa4dbd806acde5ddf97111088ff87f389 Mon Sep 17 00:00:00 2001 From: akaunderr Date: Sat, 10 Feb 2024 13:34:15 +0200 Subject: [PATCH] . --- phpstan.neon | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/phpstan.neon b/phpstan.neon index 3adcfaa..4d454b8 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -14,6 +14,6 @@ parameters: - ./upload/system/storage/cache/template/ tmpDir: .cache ignoreErrors: - - "#Class Event constructor invoked with 1 parameter, 4-5 required\.#" - - "#Constant [A-Z_]+ not found\.#" - - "#might not be defined\.#" + - "#Class Event constructor invoked with 1 parameter, 4-5 required\\.#" + - "#Constant [A-Z_]+ not found\\.#" + - "#might not be defined\\.#"