File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -119,19 +119,20 @@ conditionalTags:
119
119
phpstan.rules.rule : %strictRules.noVariableVariables%
120
120
PHPStan\Rules\VariableVariables\VariableVariablesRule :
121
121
phpstan.rules.rule : %strictRules.noVariableVariables%
122
+ PHPStan\Rules\VariableVariables\VariablePropertyFetchRule :
123
+ phpstan.rules.rule : %strictRules.noVariableVariables%
122
124
123
125
services :
124
126
-
125
127
class : PHPStan\Rules\BooleansInConditions\BooleanRuleHelper
126
128
127
129
-
128
130
class : PHPStan\Rules\Operators\OperatorRuleHelper
131
+
129
132
-
130
133
class : PHPStan\Rules\VariableVariables\VariablePropertyFetchRule
131
134
arguments :
132
135
universalObjectCratesClasses : %universalObjectCratesClasses%
133
- tags :
134
- - phpstan.rules.rule
135
136
136
137
-
137
138
class : PHPStan\Rules\DisallowedConstructs\DisallowedLooseComparisonRule
You can’t perform that action at this time.
0 commit comments