Skip to content

Commit 212daee

Browse files
committed
Update rector.php
1 parent af2743f commit 212daee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rector.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@
412412
// NormalizeNamespaceByPSR4ComposerAutoloadRector::class,
413413
NullableCompareToNullRector::class,
414414
OptionalParametersAfterRequiredRector::class,
415-
ParamAnnotationIncorrectNullableRector::class,
415+
// ParamAnnotationIncorrectNullableRector::class,
416416
ParamTypeByMethodCallTypeRector::class,
417417
ParamTypeByParentCallTypeRector::class,
418418
ParamTypeFromStrictTypedPropertyRector::class,
@@ -447,7 +447,7 @@
447447
RemoveJustPropertyFetchForAssignRector::class,
448448
// RemoveJustVariableAssignRector::class,
449449
// RemoveLastReturnRector::class,
450-
RemoveNonExistingVarAnnotationRector::class,
450+
// RemoveNonExistingVarAnnotationRector::class,
451451
RemoveNullPropertyInitializationRector::class,
452452
RemoveParentCallWithoutParentRector::class,
453453
RemoveSoleValueSprintfRector::class,

0 commit comments

Comments
 (0)