Skip to content

Commit

Permalink
[rector] add privatization check
Browse files Browse the repository at this point in the history
  • Loading branch information
DAcodedBEAT committed Sep 21, 2024
1 parent 6d1b31a commit 02b3f86
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/rector.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,6 @@
SetList::TYPE_DECLARATION,
SetList::INSTANCEOF,
SetList::DEAD_CODE,
SetList::PRIVATIZATION,
]);
};

0 comments on commit 02b3f86

Please sign in to comment.