@@ -41,7 +41,7 @@ |
||
41 | 41 | { |
42 | 42 | $ioHandler = $this->getIO(); |
43 | 43 | $process->run( |
44 | - function ($pipe, $content) use ($ioHandler) { |
|
44 | + function($pipe, $content) use ($ioHandler) { |
|
45 | 45 | if (Process::ERR === $pipe) { |
46 | 46 | $ioHandler->writeError($content, false); |
47 | 47 | // @codingStandardsIgnoreStart |