chore: updates phpstan config

This commit is contained in:
Nuno Maduro
2020-06-21 17:40:29 +02:00
parent d5a4008d3e
commit 5d58d58f71

View File

@ -15,9 +15,9 @@ parameters:
reportUnmatchedIgnoredErrors: true reportUnmatchedIgnoredErrors: true
ignoreErrors: ignoreErrors:
- "#Undefined variable: \\$this#"
- "#is not allowed to extend#" - "#is not allowed to extend#"
- "#Language construct eval#" - "#Language construct eval#"
- "# with null as default value#" - "# with null as default value#"
- "#Using \\$this in static method#"
- "#has parameter \\$closure with default value.#" - "#has parameter \\$closure with default value.#"
- "#has parameter \\$description with default value.#" - "#has parameter \\$description with default value.#"