Skip to content

Commit

Permalink
Changed treatPhpDocTypesAsCertain to false
Browse files Browse the repository at this point in the history
  • Loading branch information
danijelgalic committed Nov 18, 2024
1 parent 5efd39d commit cf1e92a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ parameters:
excludePaths:
analyseAndScan:
- src/testing/
treatPhpDocTypesAsCertain: true
treatPhpDocTypesAsCertain: false
checkExplicitMixedMissingReturn: true
checkFunctionNameCase: true
checkInternalClassCaseSensitivity: true
Expand Down

0 comments on commit cf1e92a

Please sign in to comment.