Completed
Pull Request — master (#300)
by Cristian
04:30 queued 02:08
created
src/app/Console/Commands/Version.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -59,7 +59,7 @@
 block discarded – undo
59 59
     private function runCommand($command)
60 60
     {
61 61
         $process = new Process($command, null, null, null, 60, null);
62
-        $process->run(function ($type, $buffer) {
62
+        $process->run(function($type, $buffer) {
63 63
             if (Process::ERR === $type) {
64 64
                 $this->line($buffer);
65 65
             } else {
Please login to merge, or discard this patch.