@@ -2,8 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace EVB\Weather; |
4 | 4 | |
5 | -use EVB\IpValidation2\CurlWrapper; |
|
6 | - |
|
7 | 5 | |
8 | 6 | /** |
9 | 7 | * Simple class for locating IP-addresses. |
@@ -38,7 +38,6 @@ |
||
38 | 38 | /** |
39 | 39 | * Helper method for rendering the response. |
40 | 40 | * |
41 | - * @param string $ip |
|
42 | 41 | * @param array $result |
43 | 42 | * @return mixed |
44 | 43 | */ |
@@ -5,8 +5,6 @@ |
||
5 | 5 | use Anax\Commons\ContainerInjectableInterface; |
6 | 6 | use Anax\Commons\ContainerInjectableTrait; |
7 | 7 | |
8 | -use EVB\IpValidation2\CurlWrapper; |
|
9 | - |
|
10 | 8 | /** |
11 | 9 | * Controller for Weather API. |
12 | 10 | * |
@@ -76,7 +76,6 @@ |
||
76 | 76 | /** |
77 | 77 | * Helper method for rendering the page. |
78 | 78 | * |
79 | - * @param string $ip |
|
80 | 79 | * @param array $result |
81 | 80 | * @return mixed |
82 | 81 | */ |
@@ -5,8 +5,6 @@ |
||
5 | 5 | use Anax\Commons\ContainerInjectableInterface; |
6 | 6 | use Anax\Commons\ContainerInjectableTrait; |
7 | 7 | |
8 | -use EVB\IpValidation2\CurlWrapper; |
|
9 | - |
|
10 | 8 | /** |
11 | 9 | * Controller for Weather page. |
12 | 10 | * |