From 02b3f86ba55391b03eb8a1beff70ba4dcec9e47f Mon Sep 17 00:00:00 2001 From: Arun Philip Date: Sat, 21 Sep 2024 11:36:26 -0400 Subject: [PATCH] [rector] add privatization check --- src/rector.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/rector.php b/src/rector.php index a1fa9ee42c..98fa29fc48 100644 --- a/src/rector.php +++ b/src/rector.php @@ -38,5 +38,6 @@ SetList::TYPE_DECLARATION, SetList::INSTANCEOF, SetList::DEAD_CODE, + SetList::PRIVATIZATION, ]); };