Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Pôle IS
Bundles Symfony 2
plantuml-bundle
Commits
7e3455bc
Commit
7e3455bc
authored
May 11, 2016
by
Guillaume Perréal
Browse files
Correction du bug avec l'Output de Symfony.
parent
40dc2812
Changes
1
Hide whitespace changes
Inline
Side-by-side
Writer/OutputWriter.php
View file @
7e3455bc
...
...
@@ -29,6 +29,6 @@ class OutputWriter extends AbstractWriter
protected
function
doWrite
(
$data
)
{
$this
->
output
->
write
(
$data
);
$this
->
output
->
write
(
$data
,
false
,
OutputInterface
::
OUTPUT_RAW
);
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment