Skip to content

Commit

Permalink
Test new PHPStan configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
danijelgalic committed Nov 15, 2024
1 parent 32d32b9 commit a55863a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ parameters:
checkInternalClassCaseSensitivity: true
reportMaybesInMethodSignatures: true
reportMaybesInPropertyPhpDocTypes: true
#reportPossiblyNonexistentConstantArrayOffset: true
#reportWrongPhpDocTypeInVarTag: true
#reportAlwaysTrueInLastCondition: true
reportPossiblyNonexistentConstantArrayOffset: true
reportWrongPhpDocTypeInVarTag: true
reportAlwaysTrueInLastCondition: true
reportStaticMethodSignatures: true
reportUnmatchedIgnoredErrors: false
#checkUninitializedProperties: true
checkUninitializedProperties: false
checkUninitializedProperties: true
#checkUninitializedProperties: false
checkImplicitMixed: true
checkMissingOverrideMethodAttribute: true
#checkMissingOverrideMethodAttribute: true
tipsOfTheDay: false

0 comments on commit a55863a

Please sign in to comment.