diff --git a/rector.php b/rector.php index dd22d5dd6..6aafb8a4b 100644 --- a/rector.php +++ b/rector.php @@ -1,6 +1,7 @@ withSkip([ __DIR__ . '/lam/lib/3rdParty', NullToStrictStringFuncCallArgRector::class, - ReadOnlyPropertyRector::class + ReadOnlyPropertyRector::class, + ClassPropertyAssignToConstructorPromotionRector::class ]) ->withFileExtensions([ 'php',