File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -119,19 +119,20 @@ conditionalTags:
119119 phpstan.rules.rule : %strictRules.noVariableVariables%
120120 PHPStan\Rules\VariableVariables\VariableVariablesRule :
121121 phpstan.rules.rule : %strictRules.noVariableVariables%
122+ PHPStan\Rules\VariableVariables\VariablePropertyFetchRule :
123+ phpstan.rules.rule : %strictRules.noVariableVariables%
122124
123125services :
124126 -
125127 class : PHPStan\Rules\BooleansInConditions\BooleanRuleHelper
126128
127129 -
128130 class : PHPStan\Rules\Operators\OperatorRuleHelper
131+
129132 -
130133 class : PHPStan\Rules\VariableVariables\VariablePropertyFetchRule
131134 arguments :
132135 universalObjectCratesClasses : %universalObjectCratesClasses%
133- tags :
134- - phpstan.rules.rule
135136
136137 -
137138 class : PHPStan\Rules\DisallowedConstructs\DisallowedLooseComparisonRule
You can’t perform that action at this time.
0 commit comments