Skip to content

Commit 8f0b73c

Browse files
author
Given Ncube
committed
style: fix code style and static analysis
1 parent c88ff13 commit 8f0b73c

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

phpstan.neon.dist

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,3 @@ parameters:
1212
checkModelProperties: true
1313
checkMissingIterableValueType: false
1414
reportUnmatchedIgnoredErrors: true
15-
16-
ignoreErrors:
17-
- "#with a nullable type declaration#"
18-
- "#type mixed is not subtype of native#"
19-
- "#is not allowed to extend#"
20-
- "#Language construct eval#"
21-
- "# with null as default value#"
22-
- "#has parameter \\$closure with default value.#"
23-
- "#has parameter \\$description with default value.#"
24-
- "#Method Pest\\\\Support\\\\Reflection::getParameterClassName\\(\\) has a nullable return type declaration.#"

0 commit comments

Comments
 (0)