File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 23
23
},
24
24
"require" : {
25
25
"php" : " ^8.1" ,
26
- "codeigniter4/framework" : " ^4.4 " ,
26
+ "codeigniter4/framework" : " ^4.5 " ,
27
27
"phpstan/phpstan" : " ^1.10"
28
28
},
29
29
"require-dev" : {
Original file line number Diff line number Diff line change 12
12
*/
13
13
14
14
use CodeIgniter \Autoloader \Autoloader ;
15
- use CodeIgniter \Autoloader \FileLocator ;
15
+ use CodeIgniter \Autoloader \FileLocatorInterface ;
16
16
use CodeIgniter \Cache \CacheInterface ;
17
17
use CodeIgniter \CLI \Commands ;
18
18
use CodeIgniter \Debug \Exceptions ;
52
52
53
53
// from CodeIgniter\Config\BaseService
54
54
assertType (Autoloader::class, single_service ('autoloader ' ));
55
- assertType (FileLocator ::class, service ('locator ' ));
55
+ assertType (FileLocatorInterface ::class, service ('locator ' ));
56
56
assertType ('null ' , service ('__callStatic ' ));
57
57
assertType ('null ' , service ('serviceExists ' ));
58
58
assertType ('null ' , service ('reset ' ));
You can’t perform that action at this time.
0 commit comments