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