File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
components/console/helpers Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ You can do more advanced things with this helper than you can in
99:doc: `/console/coloring `.
1010
1111The :class: `Symfony\\ Component\\ Console\\ Helper\\ FormatterHelper ` is included
12- in the default helper set, which you can get by calling
13- :method: `Symfony\\ Component\\ Console\\ Command\\ Command::getHelperSet `::
12+ in the default helper set and you can get it by calling
13+ :method: `Symfony\\ Component\\ Console\\ Command\\ Command::getHelper `::
1414
1515 $formatter = $this->getHelper('formatter');
1616
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ Question Helper
66
77The :class: `Symfony\\ Component\\ Console\\ Helper\\ QuestionHelper ` provides
88functions to ask the user for more information. It is included in the default
9- helper set, which you can get by calling
10- :method: `Symfony\\ Component\\ Console\\ Command\\ Command::getHelperSet `::
9+ helper set and you can get it by calling
10+ :method: `Symfony\\ Component\\ Console\\ Command\\ Command::getHelper `::
1111
1212 $helper = $this->getHelper('question');
1313
You can’t perform that action at this time.
0 commit comments