@@ -42,7 +42,7 @@ |
||
42 | 42 | */ |
43 | 43 | public function write(OutputInterface $output, $format, $structuredOutput, FormatterOptions $options) |
44 | 44 | { |
45 | - $formatter = $this->getFormatter((string)$format); |
|
45 | + $formatter = $this->getFormatter((string) $format); |
|
46 | 46 | $structuredOutput = $this->validateAndRestructure($formatter, $structuredOutput, $options); |
47 | 47 | $formatter->write($output, $structuredOutput, $options); |
48 | 48 | } |