File tree Expand file tree Collapse file tree 7 files changed +1
-7
lines changed Expand file tree Collapse file tree 7 files changed +1
-7
lines changed Original file line number Diff line number Diff line change 112112
113113 // auto import fully qualified class names
114114 $ rectorConfig ->importNames ();
115+ $ rectorConfig ->removeUnusedImports ();
115116
116117 $ rectorConfig ->rule (UnderscoreToCamelCaseVariableNameRector::class);
117118 $ rectorConfig ->rule (SimplifyUselessVariableRector::class);
Original file line number Diff line number Diff line change 1919use Config \Routing ;
2020use Config \Services ;
2121use InvalidArgumentException ;
22- use Locale ;
2322
2423/**
2524 * @todo Implement nested resource routing (See CakePHP)
Original file line number Diff line number Diff line change 1313
1414use CodeIgniter \Cookie \Cookie ;
1515use CodeIgniter \I18n \Time ;
16- use Config \App ;
1716use Config \Cookie as CookieConfig ;
1817use Config \Services ;
1918use Config \Session as SessionConfig ;
Original file line number Diff line number Diff line change 1515use CodeIgniter \HTTP \CLIRequest ;
1616use CodeIgniter \HTTP \Exceptions \RedirectException ;
1717use CodeIgniter \HTTP \IncomingRequest ;
18- use CodeIgniter \HTTP \Request ;
1918use CodeIgniter \HTTP \URI ;
2019use CodeIgniter \HTTP \UserAgent ;
21- use CodeIgniter \Router \RouteCollection ;
2220use Config \App ;
2321use Config \Services ;
2422use Exception ;
Original file line number Diff line number Diff line change 1313
1414use CodeIgniter \HTTP \CLIRequest ;
1515use CodeIgniter \HTTP \IncomingRequest ;
16- use CodeIgniter \HTTP \Request ;
1716use CodeIgniter \HTTP \RequestInterface ;
1817use Config \Mimes ;
1918use Config \Services ;
Original file line number Diff line number Diff line change 1515use CodeIgniter \Config \Services ;
1616use CodeIgniter \HTTP \IncomingRequest ;
1717use CodeIgniter \HTTP \SiteURIFactory ;
18- use CodeIgniter \HTTP \URI ;
1918use CodeIgniter \HTTP \UserAgent ;
2019use CodeIgniter \Superglobals ;
2120use CodeIgniter \Test \CIUnitTestCase ;
Original file line number Diff line number Diff line change 1111
1212namespace CodeIgniter \Test ;
1313
14- use CodeIgniter \Filters \Filters ;
1514use CodeIgniter \HTTP \RequestInterface ;
1615use Tests \Support \Filters \Customfilter ;
1716
You can’t perform that action at this time.
0 commit comments