Skip to content

Commit 02ffeb5

Browse files
committed
chore: clean up config
1 parent b1e20fe commit 02ffeb5

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

rector.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
use Rector\CodingStyle\Rector\FuncCall\CountArrayToEmptyArrayComparisonRector;
2323
use Rector\CodingStyle\Rector\FuncCall\VersionCompareFuncCallToConstantRector;
2424
use Rector\Config\RectorConfig;
25-
use Rector\DeadCode\Rector\ClassMethod\RemoveUnusedConstructorParamRector;
2625
use Rector\DeadCode\Rector\ClassMethod\RemoveUnusedPrivateMethodRector;
2726
use Rector\DeadCode\Rector\MethodCall\RemoveNullArgOnNullDefaultParamRector;
2827
use Rector\EarlyReturn\Rector\Foreach_\ChangeNestedForeachIfsToEarlyContinueRector;
@@ -97,10 +96,6 @@
9796
__DIR__ . '/tests/_support/Test/TestForReflectionHelper.php',
9897
],
9998

100-
RemoveUnusedConstructorParamRector::class => [
101-
__DIR__ . '/system/HTTP/Response.php',
102-
],
103-
10499
// Exclude test file because `is_cli()` is mocked and Rector might remove needed parameters.
105100
RemoveExtraParametersRector::class => [
106101
__DIR__ . '/tests/system/Debug/ToolbarTest.php',

0 commit comments

Comments
 (0)