diff --git a/rector.php b/rector.php index b3350e5..ec6a4dd 100644 --- a/rector.php +++ b/rector.php @@ -18,7 +18,10 @@ SetList::PHP_73, //SetList::PHP_74, //SetList::PHP_80, - //SetList::PERFORMANCE, + SetList::DEAD_CODE, + SetList::PSR_4, + SetList::TYPE_DECLARATION, + SetList::TYPE_DECLARATION_STRICT, ]); // get services (needed for register a single rule)