mirror of
https://github.com/codeigniter4/CodeIgniter4.git
synced 2025-02-20 11:44:28 +08:00
Merge pull request #3270 from samsonasik/cs
cs : remove unused import use statements and sort use statements
This commit is contained in:
commit
89029fd5f8
@ -41,7 +41,6 @@
|
||||
namespace CodeIgniter\CLI;
|
||||
|
||||
use CodeIgniter\Controller;
|
||||
use Config\Services;
|
||||
|
||||
/**
|
||||
* Command runner
|
||||
|
@ -38,11 +38,11 @@
|
||||
|
||||
namespace CodeIgniter\Test;
|
||||
|
||||
use CodeIgniter\HTTP\URI;
|
||||
use CodeIgniter\HTTP\Request;
|
||||
use CodeIgniter\Events\Events;
|
||||
use CodeIgniter\HTTP\UserAgent;
|
||||
use CodeIgniter\HTTP\IncomingRequest;
|
||||
use CodeIgniter\HTTP\Request;
|
||||
use CodeIgniter\HTTP\URI;
|
||||
use CodeIgniter\HTTP\UserAgent;
|
||||
use Config\App;
|
||||
use Config\Services;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user