File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222use Rector \CodingStyle \Rector \FuncCall \CountArrayToEmptyArrayComparisonRector ;
2323use Rector \CodingStyle \Rector \FuncCall \VersionCompareFuncCallToConstantRector ;
2424use Rector \Config \RectorConfig ;
25- use Rector \DeadCode \Rector \ClassMethod \RemoveUnusedConstructorParamRector ;
2625use Rector \DeadCode \Rector \ClassMethod \RemoveUnusedPrivateMethodRector ;
2726use Rector \DeadCode \Rector \MethodCall \RemoveNullArgOnNullDefaultParamRector ;
2827use Rector \EarlyReturn \Rector \Foreach_ \ChangeNestedForeachIfsToEarlyContinueRector ;
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 ' ,
You can’t perform that action at this time.
0 commit comments