Skip to content

Commit 7e06505

Browse files
committed
Add privatization and type declaration rules
1 parent 544cada commit 7e06505

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

rector.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@
5050
SetList::DEAD_CODE,
5151
SetList::EARLY_RETURN,
5252
SetList::INSTANCEOF,
53+
SetList::PRIVATIZATION,
54+
SetList::TYPE_DECLARATION,
55+
SetList::TYPE_DECLARATION_DOCBLOCKS,
5356
]
5457
)
5558
->withSkip(

0 commit comments

Comments
 (0)