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 ]); };