File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 1717use Rector \DeadCode \Rector \ClassMethod \RemoveArgumentFromDefaultParentCallRector ;
1818use Rector \DeadCode \Rector \ClassMethod \RemoveEmptyClassMethodRector ;
1919use Rector \DeadCode \Rector \ClassMethod \RemoveNullTagValueNodeRector ;
20+ use Rector \DeadCode \Rector \ClassMethod \RemoveParentDelegatingConstructorRector ;
2021use Rector \DeadCode \Rector \ClassMethod \RemoveUnusedConstructorParamRector ;
2122use Rector \DeadCode \Rector \ClassMethod \RemoveUnusedPrivateMethodParameterRector ;
2223use Rector \DeadCode \Rector \ClassMethod \RemoveUnusedPrivateMethodRector ;
@@ -132,7 +133,10 @@ final class DeadCodeLevel
132133 RemoveConditionExactReturnRector::class,
133134 RemoveDeadStmtRector::class,
134135 UnwrapFutureCompatibleIfPhpVersionRector::class,
136+
135137 RemoveParentCallWithoutParentRector::class,
138+ RemoveParentDelegatingConstructorRector::class,
139+
136140 RemoveDeadConditionAboveReturnRector::class,
137141 RemoveDeadLoopRector::class,
138142
You can’t perform that action at this time.
0 commit comments