Completed
Push — master ( ad0611...abd676 )
by Tom
09:08 queued 04:30
created
src/N98/Util/ProcessArguments.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -64,7 +64,7 @@
 block discarded – undo
64 64
      */
65 65
     private function conditional($key, $value, $separator = '=', $prefix = '--')
66 66
     {
67
-        $buffer = (string)$value;
67
+        $buffer = (string) $value;
68 68
 
69 69
         if (is_string($key) && strlen($key)) {
70 70
             $buffer = $this->conditionalPrefix($key, $prefix) . $this->conditionalValue($value, $separator);
Please login to merge, or discard this patch.