Merge pull request #3270 from samsonasik/cs

cs : remove unused import use statements and sort use statements
This commit is contained in:
Michal Sniatala 2020-07-11 16:04:43 +02:00 committed by GitHub
commit 89029fd5f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 4 deletions

View File

@ -41,7 +41,6 @@
namespace CodeIgniter\CLI;
use CodeIgniter\Controller;
use Config\Services;
/**
* Command runner

View File

@ -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;