Completed
Push — master ( 36fece...4d9a81 )
by Filippo
17:10 queued 14:05
created
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.