Completed
Branch master (07911b)
by Anton
02:58 queued 13s
created
src/Weather/IpLocator.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -2,8 +2,6 @@
 block discarded – undo
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.
Please login to merge, or discard this patch.
src/Weather/JsonController.php 2 patches
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -38,7 +38,6 @@
 block discarded – undo
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
      */
Please login to merge, or discard this patch.
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -5,8 +5,6 @@
 block discarded – undo
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
  *
Please login to merge, or discard this patch.
src/Weather/PageController.php 2 patches
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -76,7 +76,6 @@
 block discarded – undo
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
      */
Please login to merge, or discard this patch.
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -5,8 +5,6 @@
 block discarded – undo
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
  *
Please login to merge, or discard this patch.