Completed
Branch master (525b71)
by Benjamin
05:35
created
Category
src/DockerChrome.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -254,7 +254,7 @@
 block discarded – undo
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
             }
Please login to merge, or discard this patch.