@@ -6,19 +6,19 @@ parameters:
66 checkAlwaysTrueInstanceof : true
77 checkAlwaysTrueStrictComparison : true
88 checkAlwaysTrueLooseComparison : true
9- checkDynamicProperties : %featureToggles.bleedingEdge%
9+ checkDynamicProperties : true
1010 checkExplicitMixedMissingReturn : true
1111 checkFunctionNameCase : true
1212 checkInternalClassCaseSensitivity : true
1313 reportMaybesInMethodSignatures : true
1414 reportStaticMethodSignatures : true
1515 reportMaybesInPropertyPhpDocTypes : true
16- reportWrongPhpDocTypeInVarTag : %featureToggles.bleedingEdge%
16+ reportWrongPhpDocTypeInVarTag : true
1717 featureToggles :
18- illegalConstructorMethodCall : %featureToggles.bleedingEdge%
18+ illegalConstructorMethodCall : true
1919 strictRules :
2020 allRules : true
21- disallowedLooseComparison : [ %strictRules.allRules% , %featureToggles.bleedingEdge% ]
21+ disallowedLooseComparison : %strictRules.allRules%
2222 booleansInConditions : %strictRules.allRules%
2323 uselessCast : %strictRules.allRules%
2424 requireParentConstructorCall : %strictRules.allRules%
@@ -34,7 +34,7 @@ parameters:
3434 dynamicCallOnStaticMethod : %strictRules.allRules%
3535 switchConditionsMatchingType : %strictRules.allRules%
3636 noVariableVariables : %strictRules.allRules%
37- strictArrayFilter : [ %strictRules.allRules% , %featureToggles.bleedingEdge% ]
37+ strictArrayFilter : %strictRules.allRules%
3838
3939parametersSchema :
4040 strictRules : structure ([
@@ -155,16 +155,12 @@ services:
155155
156156 -
157157 class : PHPStan\Rules\BooleansInConditions\BooleanInBooleanAndRule
158- arguments :
159- bleedingEdge : %featureToggles.bleedingEdge%
160158
161159 -
162160 class : PHPStan\Rules\BooleansInConditions\BooleanInBooleanNotRule
163161
164162 -
165163 class : PHPStan\Rules\BooleansInConditions\BooleanInBooleanOrRule
166- arguments :
167- bleedingEdge : %featureToggles.bleedingEdge%
168164
169165 -
170166 class : PHPStan\Rules\BooleansInConditions\BooleanInElseIfConditionRule
@@ -229,33 +225,21 @@ services:
229225
230226 -
231227 class : PHPStan\Rules\Operators\OperandsInArithmeticAdditionRule
232- arguments :
233- bleedingEdge : %featureToggles.bleedingEdge%
234228
235229 -
236230 class : PHPStan\Rules\Operators\OperandsInArithmeticDivisionRule
237- arguments :
238- bleedingEdge : %featureToggles.bleedingEdge%
239231
240232 -
241233 class : PHPStan\Rules\Operators\OperandsInArithmeticExponentiationRule
242- arguments :
243- bleedingEdge : %featureToggles.bleedingEdge%
244234
245235 -
246236 class : PHPStan\Rules\Operators\OperandsInArithmeticModuloRule
247- arguments :
248- bleedingEdge : %featureToggles.bleedingEdge%
249237
250238 -
251239 class : PHPStan\Rules\Operators\OperandsInArithmeticMultiplicationRule
252- arguments :
253- bleedingEdge : %featureToggles.bleedingEdge%
254240
255241 -
256242 class : PHPStan\Rules\Operators\OperandsInArithmeticSubtractionRule
257- arguments :
258- bleedingEdge : %featureToggles.bleedingEdge%
259243
260244 -
261245 class : PHPStan\Rules\StrictCalls\DynamicCallOnStaticMethodsRule
0 commit comments