@@ -42,7 +42,7 @@ |
||
42 | 42 | */ |
43 | 43 | protected function writeWithColor($color, $buffer): void |
44 | 44 | { |
45 | - $this->write($buffer . PHP_EOL); |
|
45 | + $this->write($buffer.PHP_EOL); |
|
46 | 46 | } |
47 | 47 | |
48 | 48 | /** |