Completed
Push — master ( f459ef...5cff15 )
by Gareth
30:12 queued 15:10
created
src/Fetcher/RemoteFetcher.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -4,9 +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 10
 use Metadata\Cache\CacheInterface;
11 11
 
12 12
 /**
Please login to merge, or discard this patch.