Completed
Push — master ( 7094c1...7c73de )
by Filippo
10:45 queued 07:35
created
src/EoC/CLI/Command/QueryCommand.php 1 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/AbstractCommand.php 1 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.