File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 4141use Rector \DeadCode \Rector \FunctionLike \RemoveDeadReturnRector ;
4242use Rector \DeadCode \Rector \If_ \ReduceAlwaysFalseIfOrRector ;
4343use Rector \DeadCode \Rector \If_ \RemoveAlwaysTrueIfConditionRector ;
44+ use Rector \DeadCode \Rector \If_ \RemoveDeadIfBlocksRector ;
4445use Rector \DeadCode \Rector \If_ \RemoveDeadInstanceOfRector ;
4546use Rector \DeadCode \Rector \If_ \RemoveTypedPropertyDeadInstanceOfRector ;
4647use Rector \DeadCode \Rector \If_ \RemoveUnusedNonEmptyArrayBeforeForeachRector ;
@@ -129,6 +130,7 @@ final class DeadCodeLevel
129130
130131 RemoveDeadCatchRector::class,
131132 RemoveDeadTryCatchRector::class,
133+ RemoveDeadIfBlocksRector::class,
132134 RemoveDeadIfForeachForRector::class,
133135 RemoveConditionExactReturnRector::class,
134136 RemoveDeadStmtRector::class,
You can’t perform that action at this time.
0 commit comments