chore: bumps dependencies and fixes static analysis

This commit is contained in:
Nuno Maduro
2023-05-02 00:51:01 +01:00
parent 97898a0a8e
commit fe3c7d72bd
4 changed files with 5 additions and 4 deletions

View File

@ -12,6 +12,7 @@ parameters:
reportUnmatchedIgnoredErrors: true
ignoreErrors:
- "#has a nullable return type declaration.#"
- "#Language construct isset\\(\\) should not be used.#"
- "#is not allowed to extend#"
- "#is concrete, but does not have a Test suffix#"
@ -20,4 +21,3 @@ parameters:
- "# with null as default value#"
- "#has parameter \\$closure with default value.#"
- "#has parameter \\$description with default value.#"
- "#Method Pest\\\\Support\\\\Reflection::getParameterClassName\\(\\) has a nullable return type declaration.#"