Completed
Pull Request — master (#2)
by lee
02:20
created
src/YahooWeatherAPI.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -11,8 +11,6 @@
 block discarded – undo
11 11
 namespace Th3Mouk\YahooWeatherAPI;
12 12
 
13 13
 use GuzzleHttp\Client;
14
-use Psr\Http\Message\ResponseInterface as Response;
15
-use Psr\Http\Message\ServerRequestInterface as Request;
16 14
 use Th3Mouk\YahooWeatherAPI\Query\Query;
17 15
 
18 16
 class YahooWeatherAPI implements YahooWeatherAPIInterface
Please login to merge, or discard this patch.
tests/YahooWeatherClientTests.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -74,7 +74,7 @@
 block discarded – undo
74 74
         try {
75 75
             $response = $service->callApi($errYql);
76 76
         } catch (\Exception $e) {
77
-           throw $e;
77
+            throw $e;
78 78
         }
79 79
     }
80 80
 
Please login to merge, or discard this patch.