8000 minor #4919 Fix code examples (ifdattic) · symfony/symfony-docs@d1103a8 · GitHub
[go: up one dir, main page]

Skip to content

Commit d1103a8

Browse files
committed
minor #4919 Fix code examples (ifdattic)
This PR was merged into the 2.6 branch. Discussion ---------- Fix code examples | Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | 2.6 | Fixed tickets | Commits ------- 4343d96 Fix code examples
2 parents 4226fc2 + 4343d96 commit d1103a8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

components/console/helpers/debug_formatter.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ display information that the program is started::
5151

5252
$output->writeln($debugFormatter->start(
5 9141 353
spl_object_hash($process),
54-
'Some process description')
55-
);
54+
'Some process description'
55+
));
5656

5757
$process->run();
5858

@@ -68,7 +68,7 @@ You can tweak the prefix using the third argument::
6868
spl_object_hash($process),
6969
'Some process description',
7070
'STARTED'
71-
);
71+
));
7272
// will output:
7373
// STARTED Some process description
7474

0 commit comments

Comments
 (0)
0