Skip to content

Commit d9bb92d

Browse files
committed
refactor: add use statements to resolve classes in PHPDoc
1 parent b151d4b commit d9bb92d

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

system/Common.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,18 @@
99
* file that was distributed with this source code.
1010
*/
1111

12+
use CodeIgniter\Cache\CacheInterface;
1213
use CodeIgniter\Config\Factories;
1314
use CodeIgniter\Database\BaseConnection;
1415
use CodeIgniter\Database\ConnectionInterface;
16+
use CodeIgniter\Debug\Timer;
1517
use CodeIgniter\Files\Exceptions\FileNotFoundException;
18+
use CodeIgniter\HTTP\Exceptions\HTTPException;
1619
use CodeIgniter\HTTP\RedirectResponse;
1720
use CodeIgniter\HTTP\RequestInterface;
1821
use CodeIgniter\HTTP\ResponseInterface;
1922
use CodeIgniter\HTTP\URI;
23+
use CodeIgniter\Session\Session;
2024
use CodeIgniter\Test\TestLogger;
2125
use Config\App;
2226
use Config\Database;

0 commit comments

Comments
 (0)