diff --git a/rules/phpstan-rules.neon b/rules/phpstan-rules.neon index e83a6bc..5fba5e2 100644 --- a/rules/phpstan-rules.neon +++ b/rules/phpstan-rules.neon @@ -4,9 +4,6 @@ includes: parameters: polluteScopeWithLoopInitialAssignments: false polluteScopeWithAlwaysIterableForeach: false - checkAlwaysTrueCheckTypeFunctionCall: true - checkAlwaysTrueInstanceof: true - checkAlwaysTrueStrictComparison: true checkExplicitMixedMissingReturn: true checkFunctionNameCase: true reportMaybesInMethodSignatures: true