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
a6911c2b
Commit
a6911c2b
authored
May 12, 2016
by
Guillaume Perréal
Browse files
Changement de l'intitulé de la dernière étape du rendu graphique.
parent
a1642973
Changes
1
Hide whitespace changes
Inline
Side-by-side
Command/RenderCommand.php
View file @
a6911c2b
...
...
@@ -80,7 +80,7 @@ class RenderCommand extends ContainerAwareCommand
fclose
(
$pipes
[
0
]);
$io
->
writeln
(
"<info>Ok</info>."
);
$io
->
write
(
"
Attente de
PlantUML: "
);
$io
->
write
(
"
Rendu graphique par
PlantUML: "
);
$res
=
proc_close
(
$proc
);
if
(
$res
===
0
)
{
...
...
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