Skip to content

Commit 2a79937

Browse files
authored
Update rules.neon
1 parent af791e6 commit 2a79937

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

rules.neon

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ parameters:
3131
numericOperandsInArithmeticOperators: %strictRules.allRules%
3232
strictFunctionCalls: %strictRules.allRules%
3333
dynamicCallOnStaticMethod: %strictRules.allRules%
34-
dynamicCallOnStaticMethodsCallable: %strictRules.allRules%
3534
switchConditionsMatchingType: %strictRules.allRules%
3635
noVariableVariables: %strictRules.allRules%
3736
strictArrayFilter: [%strictRules.allRules%, %featureToggles.bleedingEdge%]
@@ -53,7 +52,6 @@ parametersSchema:
5352
numericOperandsInArithmeticOperators: anyOf(bool(), arrayOf(bool()))
5453
strictFunctionCalls: anyOf(bool(), arrayOf(bool()))
5554
dynamicCallOnStaticMethod: anyOf(bool(), arrayOf(bool()))
56-
dynamicCallOnStaticMethodsCallable: anyOf(bool(), arrayOf(bool()))
5755
switchConditionsMatchingType: anyOf(bool(), arrayOf(bool()))
5856
noVariableVariables: anyOf(bool(), arrayOf(bool()))
5957
strictArrayFilter: anyOf(bool(), arrayOf(bool()))
@@ -119,7 +117,7 @@ conditionalTags:
119117
PHPStan\Rules\StrictCalls\DynamicCallOnStaticMethodsRule:
120118
phpstan.rules.rule: %strictRules.dynamicCallOnStaticMethod%
121119
PHPStan\Rules\StrictCalls\DynamicCallOnStaticMethodsCallableRule:
122-
phpstan.rules.rule: %strictRules.dynamicCallOnStaticMethodsCallable%
120+
phpstan.rules.rule: %strictRules.dynamicCallOnStaticMethod%
123121
PHPStan\Rules\StrictCalls\StrictFunctionCallsRule:
124122
phpstan.rules.rule: %strictRules.strictFunctionCalls%
125123
PHPStan\Rules\SwitchConditions\MatchingTypeInSwitchCaseConditionRule:

0 commit comments

Comments
 (0)