File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 2626use Rector \CodingStyle \Rector \ClassMethod \MakeInheritedMethodVisibilitySameAsParentRector ;
2727use Rector \CodingStyle \Rector \FuncCall \CountArrayToEmptyArrayComparisonRector ;
2828use Rector \Config \RectorConfig ;
29+ use Rector \DeadCode \Rector \ClassMethod \RemoveUnusedConstructorParamRector ;
2930use Rector \DeadCode \Rector \ClassMethod \RemoveUnusedPrivateMethodRector ;
3031use Rector \DeadCode \Rector \If_ \UnwrapFutureCompatibleIfPhpVersionRector ;
3132use Rector \DeadCode \Rector \MethodCall \RemoveEmptyMethodCallRector ;
8889 __DIR__ . '/tests/system/Test/ReflectionHelperTest.php ' ,
8990 ],
9091
92+ RemoveUnusedConstructorParamRector::class => [
93+ // @TODO remove if deprecated $httpVerb is removed
94+ __DIR__ . 'system/Router/AutoRouterImproved.php ' ,
95+ ],
96+
9197 // call on purpose for nothing happen check
9298 RemoveEmptyMethodCallRector::class => [
9399 __DIR__ . '/tests ' ,
You can’t perform that action at this time.
0 commit comments