@@ -71,7 +71,7 @@ parameters:
71
71
enabled : true
72
72
forbidMethodCallOnMixed :
73
73
enabled : true
74
- forbidNotNormalizedTypeRule :
74
+ forbidNotNormalizedType :
75
75
enabled : true
76
76
checkDisjunctiveNormalForm : true
77
77
forbidNullInAssignOperations :
@@ -184,7 +184,7 @@ parametersSchema:
184
184
forbidMethodCallOnMixed : structure ([
185
185
enabled : bool ()
186
186
])
187
- forbidNotNormalizedTypeRule : structure ([
187
+ forbidNotNormalizedType : structure ([
188
188
enabled : bool ()
189
189
checkDisjunctiveNormalForm : bool ()
190
190
])
@@ -282,7 +282,7 @@ conditionalTags:
282
282
ShipMonk\PHPStan\Rule\ForbidMethodCallOnMixedRule :
283
283
phpstan.rules.rule : %shipmonkRules.forbidMethodCallOnMixed.enabled%
284
284
ShipMonk\PHPStan\Rule\ForbidNotNormalizedTypeRule :
285
- phpstan.rules.rule : %shipmonkRules.forbidNotNormalizedTypeRule .enabled%
285
+ phpstan.rules.rule : %shipmonkRules.forbidNotNormalizedType .enabled%
286
286
ShipMonk\PHPStan\Rule\ForbidNullInAssignOperationsRule :
287
287
phpstan.rules.rule : %shipmonkRules.forbidNullInAssignOperations.enabled%
288
288
ShipMonk\PHPStan\Rule\ForbidNullInBinaryOperationsRule :
@@ -400,7 +400,7 @@ services:
400
400
-
401
401
class : ShipMonk\PHPStan\Rule\ForbidNotNormalizedTypeRule
402
402
arguments :
403
- checkDisjunctiveNormalForm : %shipmonkRules.forbidNotNormalizedTypeRule .checkDisjunctiveNormalForm%
403
+ checkDisjunctiveNormalForm : %shipmonkRules.forbidNotNormalizedType .checkDisjunctiveNormalForm%
404
404
-
405
405
class : ShipMonk\PHPStan\Rule\ForbidMatchDefaultArmForEnumsRule
406
406
-
0 commit comments