Skip to content

Commit 5e03647

Browse files
authored
test: fix @var classname typo
1 parent eb5d8c2 commit 5e03647

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

tests/system/RESTful/ResourceControllerTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
use CodeIgniter\HTTP\Response;
2020
use CodeIgniter\HTTP\URI;
2121
use CodeIgniter\HTTP\UserAgent;
22+
use CodeIgniter\Router\RouteCollection;
2223
use CodeIgniter\Test\CIUnitTestCase;
2324
use CodeIgniter\Test\Mock\MockCodeIgniter;
2425
use CodeIgniter\Test\Mock\MockResourceController;
@@ -45,7 +46,7 @@ final class ResourceControllerTest extends CIUnitTestCase
4546
protected $codeigniter;
4647

4748
/**
48-
* @var \CodeIgniter\Router\RoutesCollection
49+
* @var RouteCollection
4950
*/
5051
protected $routes;
5152

tests/system/RESTful/ResourcePresenterTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313

1414
use CodeIgniter\CodeIgniter;
1515
use CodeIgniter\Config\Services;
16+
use CodeIgniter\Router\RouteCollection;
1617
use CodeIgniter\Test\CIUnitTestCase;
1718
use CodeIgniter\Test\Mock\MockCodeIgniter;
1819
use CodeIgniter\Test\Mock\MockResourcePresenter;
@@ -39,7 +40,7 @@ final class ResourcePresenterTest extends CIUnitTestCase
3940
protected $codeigniter;
4041

4142
/**
42-
* @var \CodeIgniter\Router\RoutesCollection
43+
* @var RouteCollection
4344
*/
4445
protected $routes;
4546

0 commit comments

Comments
 (0)