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