@@ -254,7 +254,7 @@ |
||
| 254 | 254 | $this->writeln(['Generated Docker Command:', $this->process->getCommandLine()]); |
| 255 | 255 | } |
| 256 | 256 | $this->writeln('Starting Docker Server'); |
| 257 | - $this->process->start(function ($type, $buffer) { |
|
| 257 | + $this->process->start(function($type, $buffer) { |
|
| 258 | 258 | if (strpos($buffer, 'Registered a node') !== false) { |
| 259 | 259 | $this->dockerStarted = true; |
| 260 | 260 | } |