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.
1 parent 0f4fda7 commit 9e4eb5aCopy full SHA for 9e4eb5a
components/console/helpers/debug_formatter.rst
@@ -24,9 +24,8 @@ calling :method:`Symfony\\Component\\Console\\Command\\Command::getHelper`::
24
25
$debugFormatter = $this->getHelper('debug_formatter');
26
27
-The formatter accepts strings and returns a formatted string, which you can
28
-use to output to the console (or you could even log the information or do
29
-something else).
+The formatter accepts strings and returns a formatted string, which you then
+output to the console (or even log the information or do anything else).
30
31
All methods of this helper have an identifier as the first argument. This is a
32
unique value for each program. This way, the helper can debug information for
0 commit comments