@@ -31,7 +31,6 @@ parameters:
31
31
numericOperandsInArithmeticOperators : %strictRules.allRules%
32
32
strictFunctionCalls : %strictRules.allRules%
33
33
dynamicCallOnStaticMethod : %strictRules.allRules%
34
- dynamicCallOnStaticMethodsCallable : %strictRules.allRules%
35
34
switchConditionsMatchingType : %strictRules.allRules%
36
35
noVariableVariables : %strictRules.allRules%
37
36
strictArrayFilter : [%strictRules.allRules% , %featureToggles.bleedingEdge% ]
@@ -53,7 +52,6 @@ parametersSchema:
53
52
numericOperandsInArithmeticOperators : anyOf (bool (), arrayOf (bool ()))
54
53
strictFunctionCalls : anyOf (bool (), arrayOf (bool ()))
55
54
dynamicCallOnStaticMethod : anyOf (bool (), arrayOf (bool ()))
56
- dynamicCallOnStaticMethodsCallable : anyOf (bool (), arrayOf (bool ()))
57
55
switchConditionsMatchingType : anyOf (bool (), arrayOf (bool ()))
58
56
noVariableVariables : anyOf (bool (), arrayOf (bool ()))
59
57
strictArrayFilter : anyOf (bool (), arrayOf (bool ()))
@@ -119,7 +117,7 @@ conditionalTags:
119
117
PHPStan\Rules\StrictCalls\DynamicCallOnStaticMethodsRule :
120
118
phpstan.rules.rule : %strictRules.dynamicCallOnStaticMethod%
121
119
PHPStan\Rules\StrictCalls\DynamicCallOnStaticMethodsCallableRule :
122
- phpstan.rules.rule : %strictRules.dynamicCallOnStaticMethodsCallable %
120
+ phpstan.rules.rule : %strictRules.dynamicCallOnStaticMethod %
123
121
PHPStan\Rules\StrictCalls\StrictFunctionCallsRule :
124
122
phpstan.rules.rule : %strictRules.strictFunctionCalls%
125
123
PHPStan\Rules\SwitchConditions\MatchingTypeInSwitchCaseConditionRule :
0 commit comments