From 0e8777b5472ddd44fe411ca29d8353e7d424fd21 Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Tue, 18 Jun 2024 20:33:52 +0200 Subject: [PATCH] refactoring --- rector.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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',