From d1295632d6a010cef98b772b66b102d9417f1833 Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Mon, 6 Nov 2023 17:09:11 +0000 Subject: [PATCH] chore: fixes static analsis --- phpstan.neon | 1 + 1 file changed, 1 insertion(+) diff --git a/phpstan.neon b/phpstan.neon index c4a0dab..36ab48a 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -14,3 +14,4 @@ parameters: reportUnmatchedIgnoredErrors: true ignoreErrors: - "#Undefined variable: \\$this#" + - "#Short ternary operator is not allowed#"