Completed
Push — master ( c48876...7bb5d8 )
by Filippo
02:25
created
src/EoC/CLI/Command/AbstractCommand.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,6 @@
 block discarded – undo
14 14
 
15 15
 use EoC\Adapter\CurlAdapter;
16 16
 use EoC\Couch;
17
-
18 17
 use Symfony\Component\Console\Command\Command;
19 18
 
20 19
 
Please login to merge, or discard this patch.
src/EoC/CLI/Command/QueryCommand.php 2 patches
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,6 @@
 block discarded – undo
15 15
 use Symfony\Component\Console\Input\InputOption;
16 16
 use Symfony\Component\Console\Input\InputInterface;
17 17
 use Symfony\Component\Console\Output\OutputInterface;
18
-
19 18
 use EoC\Opt\ViewQueryOpts;
20 19
 
21 20
 
Please login to merge, or discard this patch.
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -58,7 +58,7 @@
 block discarded – undo
58 58
     %i - the argument is treated as an integer.
59 59
     %f - the argument is treated as a float.
60 60
 DESC
61
-   );
61
+    );
62 62
 
63 63
     // General options.
64 64
     $this->addOption("key",
Please login to merge, or discard this patch.
src/EoC/CLI/Command/ConnectCommand.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,6 @@
 block discarded – undo
16 16
 use Symfony\Component\Console\Input\InputInterface;
17 17
 use Symfony\Component\Console\Output\OutputInterface;
18 18
 use Symfony\Component\Console\Question\Question;
19
-
20 19
 use EoC\Couch;
21 20
 use EoC\Adapter;
22 21
 
Please login to merge, or discard this patch.