Skip to content

Commit ad53bd9

Browse files
committed
Remove options removed in PHPStan 2.0
1 parent 914b5e3 commit ad53bd9

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

rules.neon

-4
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@ parameters:
22
polluteScopeWithLoopInitialAssignments: false
33
polluteScopeWithAlwaysIterableForeach: false
44
polluteScopeWithBlock: false
5-
checkAlwaysTrueCheckTypeFunctionCall: true
6-
checkAlwaysTrueInstanceof: true
7-
checkAlwaysTrueStrictComparison: true
8-
checkAlwaysTrueLooseComparison: true
95
checkDynamicProperties: true
106
checkExplicitMixedMissingReturn: true
117
checkFunctionNameCase: true

0 commit comments

Comments
 (0)