Skip to content

Commit

Permalink
Dont treat php doc types as certain in phpstan
Browse files Browse the repository at this point in the history
  • Loading branch information
dpanta94 committed Oct 22, 2024
1 parent c9a2304 commit 339629b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions phpstan.neon.dist
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ parameters:
inferPrivatePropertyTypeFromConstructor: true
reportUnmatchedIgnoredErrors: false
checkGenericClassInNonGenericObjectType: false
treatPhpDocTypesAsCertain: false

# Paths to be analyzed.
paths:
Expand Down

0 comments on commit 339629b

Please sign in to comment.