diff --git a/phpstan.neon b/phpstan.neon index 7638b08f2..7d711f262 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -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 \ No newline at end of file + #checkMissingOverrideMethodAttribute: true + tipsOfTheDay: false