Skip to content

Commit 66be8cf

Browse files
committed
update rector
1 parent 8a11086 commit 66be8cf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

rector.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@
2323
SetList::CODING_STYLE,
2424
SetList::NAMING,
2525
SetList::PRIVATIZATION,
26-
SetList::TYPE_DECLARATION
26+
SetList::TYPE_DECLARATION,
27+
SetList::ACTION_INJECTION_TO_CONSTRUCTOR_INJECTION,
28+
SetList::EARLY_RETURN
2729
]);
2830
};

0 commit comments

Comments
 (0)