From 5777972c75753577108a884873f984f679c3bb8a Mon Sep 17 00:00:00 2001 From: faissaloux Date: Tue, 15 Oct 2024 13:38:17 +0100 Subject: [PATCH] unignore phpstan error --- phpstan.neon | 1 - 1 file changed, 1 deletion(-) diff --git a/phpstan.neon b/phpstan.neon index a3a56fe..edf2585 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -5,4 +5,3 @@ parameters: ignoreErrors: - "#Undefined variable: \\$this#" - - "#Variable \\$this might not be defined#"