From 66be8cf8549357b962b1b540b1c7f0aa926dff3b Mon Sep 17 00:00:00 2001 From: iamfarhad Date: Sun, 1 Jan 2023 14:43:44 +0330 Subject: [PATCH] update rector --- rector.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/rector.php b/rector.php index d97478e..c5211aa 100644 --- a/rector.php +++ b/rector.php @@ -23,6 +23,8 @@ SetList::CODING_STYLE, SetList::NAMING, SetList::PRIVATIZATION, - SetList::TYPE_DECLARATION + SetList::TYPE_DECLARATION, + SetList::ACTION_INJECTION_TO_CONSTRUCTOR_INJECTION, + SetList::EARLY_RETURN ]); };