Completed
Push — master ( c5d7d1...4cd350 )
by Enrico
12:38 queued 07:39
created
src/Command/GoogleMapQueryCommand.php 1 patch
Unused Use Statements   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -1,12 +1,12 @@
 block discarded – undo
1 1
 <?php
2 2
 namespace BOTK\Command;
3 3
 
4
-use Symfony\Component\Console\Command\Command;
5
-use Symfony\Component\Console\Input\InputInterface;
6
-use Symfony\Component\Console\Input\InputOption;
7
-use Symfony\Component\Console\Output\OutputInterface;
8
-use Symfony\Component\Console\Question\Question;
9
-use SKAgarwal\GoogleApi\PlacesApi;
4
+use Symfony\Component\Console\Command\Command;
5
+use Symfony\Component\Console\Input\InputInterface;
6
+use Symfony\Component\Console\Input\InputOption;
7
+use Symfony\Component\Console\Output\OutputInterface;
8
+use Symfony\Component\Console\Question\Question;
9
+use SKAgarwal\GoogleApi\PlacesApi;
10 10
 use BOTK\FactsFactory;
11 11
 
12 12
 class GoogleMapQueryCommand extends Command
Please login to merge, or discard this patch.