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