Completed
Push — master ( c48876...7bb5d8 )
by Filippo
02:25
created
src/EoC/CLI/Command/AbstractCommand.php 2 patches
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.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -128,7 +128,7 @@
 block discarded – undo
128 128
     elseif ($this->isFormatted($arg))
129 129
       return $arg;
130 130
     else
131
-      return (string)$arg ;
131
+      return (string)$arg;
132 132
   }
133 133
 
134 134
 
Please login to merge, or discard this patch.
src/EoC/CLI/Command/QueryCommand.php 1 patch
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.
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.