We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4226fc2 + 4343d96 commit d1103a8Copy full SHA for d1103a8
components/console/helpers/debug_formatter.rst
@@ -51,8 +51,8 @@ display information that the program is started::
51
52
$output->writeln($debugFormatter->start(
53
spl_object_hash($process),
54
- 'Some process description')
55
- );
+ 'Some process description'
+ ));
56
57
$process->run();
58
@@ -68,7 +68,7 @@ You can tweak the prefix using the third argument::
68
69
'Some process description',
70
'STARTED'
71
72
// will output:
73
// STARTED Some process description
74
0 commit comments