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#"