@@ -6,19 +6,19 @@ parameters:
6
6
checkAlwaysTrueInstanceof : true
7
7
checkAlwaysTrueStrictComparison : true
8
8
checkAlwaysTrueLooseComparison : true
9
- checkDynamicProperties : %featureToggles.bleedingEdge%
9
+ checkDynamicProperties : true
10
10
checkExplicitMixedMissingReturn : true
11
11
checkFunctionNameCase : true
12
12
checkInternalClassCaseSensitivity : true
13
13
reportMaybesInMethodSignatures : true
14
14
reportStaticMethodSignatures : true
15
15
reportMaybesInPropertyPhpDocTypes : true
16
- reportWrongPhpDocTypeInVarTag : %featureToggles.bleedingEdge%
16
+ reportWrongPhpDocTypeInVarTag : true
17
17
featureToggles :
18
- illegalConstructorMethodCall : %featureToggles.bleedingEdge%
18
+ illegalConstructorMethodCall : true
19
19
strictRules :
20
20
allRules : true
21
- disallowedLooseComparison : [ %strictRules.allRules% , %featureToggles.bleedingEdge% ]
21
+ disallowedLooseComparison : %strictRules.allRules%
22
22
booleansInConditions : %strictRules.allRules%
23
23
uselessCast : %strictRules.allRules%
24
24
requireParentConstructorCall : %strictRules.allRules%
@@ -34,7 +34,7 @@ parameters:
34
34
dynamicCallOnStaticMethod : %strictRules.allRules%
35
35
switchConditionsMatchingType : %strictRules.allRules%
36
36
noVariableVariables : %strictRules.allRules%
37
- strictArrayFilter : [ %strictRules.allRules% , %featureToggles.bleedingEdge% ]
37
+ strictArrayFilter : %strictRules.allRules%
38
38
39
39
parametersSchema :
40
40
strictRules : structure ([
@@ -155,16 +155,12 @@ services:
155
155
156
156
-
157
157
class : PHPStan\Rules\BooleansInConditions\BooleanInBooleanAndRule
158
- arguments :
159
- bleedingEdge : %featureToggles.bleedingEdge%
160
158
161
159
-
162
160
class : PHPStan\Rules\BooleansInConditions\BooleanInBooleanNotRule
163
161
164
162
-
165
163
class : PHPStan\Rules\BooleansInConditions\BooleanInBooleanOrRule
166
- arguments :
167
- bleedingEdge : %featureToggles.bleedingEdge%
168
164
169
165
-
170
166
class : PHPStan\Rules\BooleansInConditions\BooleanInElseIfConditionRule
@@ -229,33 +225,21 @@ services:
229
225
230
226
-
231
227
class : PHPStan\Rules\Operators\OperandsInArithmeticAdditionRule
232
- arguments :
233
- bleedingEdge : %featureToggles.bleedingEdge%
234
228
235
229
-
236
230
class : PHPStan\Rules\Operators\OperandsInArithmeticDivisionRule
237
- arguments :
238
- bleedingEdge : %featureToggles.bleedingEdge%
239
231
240
232
-
241
233
class : PHPStan\Rules\Operators\OperandsInArithmeticExponentiationRule
242
- arguments :
243
- bleedingEdge : %featureToggles.bleedingEdge%
244
234
245
235
-
246
236
class : PHPStan\Rules\Operators\OperandsInArithmeticModuloRule
247
- arguments :
248
- bleedingEdge : %featureToggles.bleedingEdge%
249
237
250
238
-
251
239
class : PHPStan\Rules\Operators\OperandsInArithmeticMultiplicationRule
252
- arguments :
253
- bleedingEdge : %featureToggles.bleedingEdge%
254
240
255
241
-
256
242
class : PHPStan\Rules\Operators\OperandsInArithmeticSubtractionRule
257
- arguments :
258
- bleedingEdge : %featureToggles.bleedingEdge%
259
243
260
244
-
261
245
class : PHPStan\Rules\StrictCalls\DynamicCallOnStaticMethodsRule
0 commit comments