Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9e4eb5a

Browse files
committed
language tweak thanks to xabbuh!
1 parent 0f4fda7 commit 9e4eb5a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

components/console/helpers/debug_formatter.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,8 @@ calling :method:`Symfony\\Component\\Console\\Command\\Command::getHelper`::
2424

2525
$debugFormatter = $this->getHelper('debug_formatter');
2626

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).
27+
The formatter accepts strings and returns a formatted string, which you then
28+
output to the console (or even log the information or do anything else).
3029

3130
All methods of this helper have an identifier as the first argument. This is a
3231
unique value for each program. This way, the helper can debug information for

0 commit comments

Comments
 (0)