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