Completed
Push — master ( 5a76be...7698dc )
by Gareth
22:26 queued 07:29
created
src/Console/Command/TldrCommand.php 1 patch
Unused Use Statements   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -3,14 +3,14 @@
 block discarded – undo
3 3
 namespace GarethEllis\Tldr\Console\Command;
4 4
 
5 5
 use GarethEllis\Tldr\Console\Output\PageOutput;
6
+use GarethEllis\Tldr\Fetcher\Exception\PageNotFoundException;
6 7
 use GarethEllis\Tldr\Fetcher\Exception\RemoteFetcherException;
8
+use GarethEllis\Tldr\Fetcher\RemoteFetcher;
9
+use GuzzleHttp\Client as Http;
7 10
 use Symfony\Component\Console\Command\Command;
8 11
 use Symfony\Component\Console\Input\InputArgument;
9 12
 use Symfony\Component\Console\Input\InputInterface;
10 13
 use Symfony\Component\Console\Output\OutputInterface;
11
-use GarethEllis\Tldr\Fetcher\RemoteFetcher;
12
-use GuzzleHttp\Client as Http;
13
-use GarethEllis\Tldr\Fetcher\Exception\PageNotFoundException;
14 14
 
15 15
 class TldrCommand extends Command
16 16
 {
Please login to merge, or discard this patch.