From 04db7b5a5c1ca9f55b954e411139b87649cece0b Mon Sep 17 00:00:00 2001 From: rotimi Date: Tue, 13 Apr 2021 01:25:23 -0600 Subject: [PATCH] Rector tweaks --- rector.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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)