Skip to content

Commit

Permalink
Cap PHPStan level to 9 to avoid explicit mixed issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean85 committed Nov 18, 2024
1 parent ebed389 commit 8d69fb0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion phpstan-with-extension.neon
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ includes:

parameters:
inferPrivatePropertyTypeFromConstructor: true
level: max
level: 9
paths:
- src/
- test/
Expand Down
2 changes: 1 addition & 1 deletion phpstan-without-extension.neon
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ includes:

parameters:
inferPrivatePropertyTypeFromConstructor: true
level: max
level: 9
paths:
- src/
- test/
Expand Down

0 comments on commit 8d69fb0

Please sign in to comment.