Completed
Push — master ( 9ead21...793081 )
by Gareth
62:27 queued 47:34
created
src/Fetcher/RemoteFetcher.php 1 patch
Unused Use Statements   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -4,10 +4,9 @@
 block discarded – undo
4 4
 namespace GarethEllis\Tldr\Fetcher;
5 5
 
6 6
 use GarethEllis\Tldr\Fetcher\Exception\PageNotFoundException;
7
+use GarethEllis\Tldr\Fetcher\Exception\RemoteFetcherException;
7 8
 use GarethEllis\Tldr\Page\TldrPage;
8 9
 use GuzzleHttp\Client;
9
-use GarethEllis\Tldr\Fetcher\Exception\RemoteFetcherException;
10
-use Metadata\Cache\CacheInterface;
11 10
 
12 11
 /**
13 12
  * Class RemoteFetcher
Please login to merge, or discard this patch.