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
9
9
:doc: `/console/coloring `.
10
10
11
11
The :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 `::
14
14
15
15
$formatter = $this->getHelper('formatter');
16
16
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ Question Helper
6
6
7
7
The :class: `Symfony\\ Component\\ Console\\ Helper\\ QuestionHelper ` provides
8
8
functions 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 `::
11
11
12
12
$helper = $this->getHelper('question');
13
13
You can’t perform that action at this time.
0 commit comments