Skip to content

Commit

Permalink
Update phpstan.neon
Browse files Browse the repository at this point in the history
  • Loading branch information
dieselxxx authored Nov 15, 2024
1 parent 74140a8 commit 983f8b0
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,18 @@ parameters:
excludePaths:
analyseAndScan:
- src/testing/
treatPhpDocTypesAsCertain: false
treatPhpDocTypesAsCertain: true
checkExplicitMixedMissingReturn: true
checkFunctionNameCase: true
checkInternalClassCaseSensitivity: true
reportMaybesInMethodSignatures: true
reportMaybesInPropertyPhpDocTypes: true
#reportPossiblyNonexistentConstantArrayOffset: true
#reportWrongPhpDocTypeInVarTag: true
#reportAlwaysTrueInLastCondition: true
reportStaticMethodSignatures: true
reportUnmatchedIgnoredErrors: false
checkUninitializedProperties: true
reportUnmatchedIgnoredErrors: true
checkUninitializedProperties: false
checkImplicitMixed: true
tipsOfTheDay: false
#checkMissingOverrideMethodAttribute: true
tipsOfTheDay: false

0 comments on commit 983f8b0

Please sign in to comment.