Skip to content

Commit

Permalink
Readme: mention reportAnyTypeWideningInVarTag extra strictness (#224)
Browse files Browse the repository at this point in the history
  • Loading branch information
janedbal committed Mar 7, 2024
1 parent 9123cee commit 1814da4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -842,6 +842,7 @@ parameters:
checkUninitializedProperties: true # https://phpstan.org/config-reference#checkuninitializedproperties
checkMissingCallableSignature: true # https://phpstan.org/config-reference#vague-typehints
checkTooWideReturnTypesInProtectedAndPublicMethods: true # https://phpstan.org/config-reference#checktoowidereturntypesinprotectedandpublicmethods
reportAnyTypeWideningInVarTag: true # https://phpstan.org/config-reference#reportanytypewideninginvartag
```

## Contributing
Expand Down

0 comments on commit 1814da4

Please sign in to comment.