Completed
Pull Request — master (#2)
by lee
02:18
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.