From 5d58d58f7168fb889fd3c7e725b80efa2c2606ef Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Sun, 21 Jun 2020 17:40:29 +0200 Subject: [PATCH] chore: updates phpstan config --- phpstan.neon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpstan.neon b/phpstan.neon index 866178f7..e133d425 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -15,9 +15,9 @@ parameters: reportUnmatchedIgnoredErrors: true ignoreErrors: + - "#Undefined variable: \\$this#" - "#is not allowed to extend#" - "#Language construct eval#" - "# with null as default value#" - - "#Using \\$this in static method#" - "#has parameter \\$closure with default value.#" - "#has parameter \\$description with default value.#"