Completed
Pull Request — master (#232)
by Ihsan
01:52
created
src/app/Console/Commands/Install.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -68,7 +68,7 @@
 block discarded – undo
68 68
         }
69 69
 
70 70
         $process = new Process($command, null, null, null, 0, null);
71
-        $process->run(function ($type, $buffer) {
71
+        $process->run(function($type, $buffer) {
72 72
             if (Process::ERR === $type) {
73 73
                 echo '... > '.$buffer;
74 74
             } else {
Please login to merge, or discard this patch.