Commit 7e3455bc authored by Guillaume Perréal's avatar Guillaume Perréal
Browse files

Correction du bug avec l'Output de Symfony.

No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
...@@ -29,6 +29,6 @@ class OutputWriter extends AbstractWriter ...@@ -29,6 +29,6 @@ class OutputWriter extends AbstractWriter
protected function doWrite($data) protected function doWrite($data)
{ {
$this->output->write($data); $this->output->write($data, false, OutputInterface::OUTPUT_RAW);
} }
} }
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment