File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 3131use Rector \EarlyReturn \Rector \If_ \RemoveAlwaysElseRector ;
3232use Rector \EarlyReturn \Rector \Return_ \PreparedValueToEarlyReturnRector ;
3333use Rector \Php70 \Rector \FuncCall \RandomFunctionRector ;
34+ use Rector \Php71 \Rector \FuncCall \RemoveExtraParametersRector ;
3435use Rector \Php80 \Rector \Class_ \ClassPropertyAssignToConstructorPromotionRector ;
3536use Rector \Php81 \Rector \FuncCall \NullToStrictStringFuncCallArgRector ;
3637use Rector \PHPUnit \CodeQuality \Rector \Class_ \YieldDataProviderRector ;
107108 __DIR__ . '/system/HTTP/Response.php ' ,
108109 ],
109110
111+ RemoveExtraParametersRector::class => [
112+ __DIR__ . '/tests/system/Debug/ToolbarTest.php ' ,
113+ ],
114+
110115 // check on constant compare
111116 UnwrapFutureCompatibleIfPhpVersionRector::class => [
112117 __DIR__ . '/system/Autoloader/Autoloader.php ' ,
You can’t perform that action at this time.
0 commit comments