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 1 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 1 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.