Total Complexity | 5 |
Total Lines | 51 |
Duplicated Lines | 0 % |
Coverage | 79.17% |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
16 | class IpTestJSONController implements ContainerInjectableInterface |
||
17 | { |
||
18 | use ContainerInjectableTrait; |
||
19 | |||
20 | /** |
||
21 | * This is the index method action, it handles: |
||
22 | * ANY METHOD mountpoint |
||
23 | * ANY METHOD mountpoint/ |
||
24 | * ANY METHOD mountpoint/index |
||
25 | * |
||
26 | * @return array |
||
27 | */ |
||
28 | 2 | public function indexActionGet() : array |
|
58 | } |
||
59 | |||
60 | public function getGeo($userip) |
||
69 |