Skip to content

Commit 9cc2a5e

Browse files
committed
cs-fix
1 parent 80d767a commit 9cc2a5e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/system/CodeIgniterTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@
1313

1414
namespace CodeIgniter;
1515

16-
use CodeIgniter\HTTP\ResponseInterface;
1716
use App\Controllers\Home;
1817
use CodeIgniter\Config\Services;
1918
use CodeIgniter\Debug\Timer;
2019
use CodeIgniter\Exceptions\PageNotFoundException;
2120
use CodeIgniter\HTTP\Method;
2221
use CodeIgniter\HTTP\Response;
22+
use CodeIgniter\HTTP\ResponseInterface;
2323
use CodeIgniter\Router\RouteCollection;
2424
use CodeIgniter\Test\CIUnitTestCase;
2525
use CodeIgniter\Test\Filters\CITestStreamFilter;

tests/system/Test/ControllerTestTraitTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
1313

1414
namespace CodeIgniter\Test;
1515

16-
use CodeIgniter\HTTP\RequestInterface;
1716
use App\Controllers\Home;
1817
use App\Controllers\NeverHeardOfIt;
1918
use CodeIgniter\Controller;
2019
use CodeIgniter\Exceptions\InvalidArgumentException;
2120
use CodeIgniter\Exceptions\RuntimeException;
21+
use CodeIgniter\HTTP\RequestInterface;
2222
use CodeIgniter\Log\Logger;
2323
use CodeIgniter\Test\Mock\MockLogger as LoggerConfig;
2424
use Config\App;

0 commit comments

Comments
 (0)