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 4040use Rector \DeadCode \Rector \FunctionLike \RemoveDeadReturnRector ;
4141use Rector \DeadCode \Rector \If_ \ReduceAlwaysFalseIfOrRector ;
4242use Rector \DeadCode \Rector \If_ \RemoveAlwaysTrueIfConditionRector ;
43+ use Rector \DeadCode \Rector \If_ \RemoveDeadIfBlocksRector ;
4344use Rector \DeadCode \Rector \If_ \RemoveDeadInstanceOfRector ;
4445use Rector \DeadCode \Rector \If_ \RemoveTypedPropertyDeadInstanceOfRector ;
4546use Rector \DeadCode \Rector \If_ \RemoveUnusedNonEmptyArrayBeforeForeachRector ;
@@ -124,6 +125,7 @@ final class DeadCodeLevel
124125
125126 RemoveDeadCatchRector::class,
126127 RemoveDeadTryCatchRector::class,
128+ RemoveDeadIfBlocksRector::class,
127129 RemoveDeadIfForeachForRector::class,
128130 RemoveConditionExactReturnRector::class,
129131 RemoveDeadStmtRector::class,
You can’t perform that action at this time.
0 commit comments