From 152a45de8840e8132dba6157ba82576ac36958bd Mon Sep 17 00:00:00 2001 From: zingimmick Date: Sun, 31 Jan 2021 15:40:39 +0800 Subject: [PATCH] Remove deprecated rector set --- rector.php | 1 - 1 file changed, 1 deletion(-) diff --git a/rector.php b/rector.php index 7f9ee29..2925a39 100644 --- a/rector.php +++ b/rector.php @@ -43,7 +43,6 @@ $parameters->set( Option::SETS, [ - SetList::ACTION_INJECTION_TO_CONSTRUCTOR_INJECTION, SetList::ARRAY_STR_FUNCTIONS_TO_STATIC_CALL, SetList::DOCTRINE_CODE_QUALITY, SetList::CODING_STYLE,