From 823cb9db350d0b3770fad6710a2c0d5b25670608 Mon Sep 17 00:00:00 2001 From: Bruno Meilick Date: Sun, 24 Nov 2024 22:21:47 +0000 Subject: [PATCH] :rocket: v5 Signed-off-by: Bruno Meilick --- phpstan.neon.dist | 1 + 1 file changed, 1 insertion(+) diff --git a/phpstan.neon.dist b/phpstan.neon.dist index e01c24a..758d83c 100644 --- a/phpstan.neon.dist +++ b/phpstan.neon.dist @@ -10,5 +10,6 @@ parameters: ignoreErrors: - '#Undefined variable: \$this#' - '#Call to an undefined method Kirby\\Cms\\Ingredients::#' + - '#Static property Bnomei\\Janitor::\$singleton#' - identifier: missingType.iterableValue