File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11parameters :
22 polluteScopeWithLoopInitialAssignments : false
33
4- services :
5- -
6- class : PHPStan\Rules\BooleansInConditions\BooleanInBooleanAndRule
7- tags :
8- - phpstan.rules.rule
9-
10- -
11- class : PHPStan\Rules\BooleansInConditions\BooleanInBooleanNotRule
12- tags :
13- - phpstan.rules.rule
14-
15- -
16- class : PHPStan\Rules\BooleansInConditions\BooleanInBooleanOrRule
17- tags :
18- - phpstan.rules.rule
19-
20- -
21- class : PHPStan\Rules\BooleansInConditions\BooleanInElseIfConditionRule
22- tags :
23- - phpstan.rules.rule
24-
25- -
26- class : PHPStan\Rules\BooleansInConditions\BooleanInIfConditionRule
27- tags :
28- - phpstan.rules.rule
29-
30- -
31- class : PHPStan\Rules\BooleansInConditions\BooleanInTernaryOperatorRule
32- tags :
33- - phpstan.rules.rule
34-
35- -
36- class : PHPStan\Rules\StrictCalls\DynamicCallOnStaticMethodsRule
37- tags :
38- - phpstan.rules.rule
39-
40- -
41- class : PHPStan\Rules\StrictCalls\StrictFunctionCallsRule
42- tags :
43- - phpstan.rules.rule
44-
45- -
46- class : PHPStan\Rules\SwitchConditions\MatchingTypeInSwitchCaseConditionRule
47- tags :
48- - phpstan.rules.rule
4+ rules :
5+ - PHPStan\Rules\BooleansInConditions\BooleanInBooleanAndRule
6+ - PHPStan\Rules\BooleansInConditions\BooleanInBooleanNotRule
7+ - PHPStan\Rules\BooleansInConditions\BooleanInBooleanOrRule
8+ - PHPStan\Rules\BooleansInConditions\BooleanInElseIfConditionRule
9+ - PHPStan\Rules\BooleansInConditions\BooleanInIfConditionRule
10+ - PHPStan\Rules\BooleansInConditions\BooleanInTernaryOperatorRule
11+ - PHPStan\Rules\StrictCalls\DynamicCallOnStaticMethodsRule
12+ - PHPStan\Rules\StrictCalls\StrictFunctionCallsRule
13+ - PHPStan\Rules\SwitchConditions\MatchingTypeInSwitchCaseConditionRule
You can’t perform that action at this time.
0 commit comments