Total Complexity | 3 |
Total Lines | 20 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 5 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
10 | class Instance |
||
11 | { |
||
12 | /** |
||
13 | * Creates a Codeigniter instance based on the application path. |
||
14 | * |
||
15 | * @param string $path |
||
16 | * @param array<string, string> $server |
||
17 | * @param array<string, string> $globals |
||
18 | * |
||
19 | * @return \Rougin\SparkPlug\Controller |
||
20 | */ |
||
21 | public static function create($path = '', array $server = array(), array $globals = array()) |
||
32 |
This function has been deprecated. The supplier of the function has supplied an explanatory message.
The explanatory message should give you some clue as to whether and when the function will be removed and what other function to use instead.