Skip to content

Commit 40d3dc5

Browse files
committed
Merge branch '4.4' into 5.2
* 4.4: Updates method reference for retrieving console helpers
2 parents 9acb1fc + 2cb9c7b commit 40d3dc5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

components/console/helpers/formatterhelper.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ You can do more advanced things with this helper than you can in
99
:doc:`/console/coloring`.
1010

1111
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`::
1414

1515
$formatter = $this->getHelper('formatter');
1616

components/console/helpers/questionhelper.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ Question Helper
66

77
The :class:`Symfony\\Component\\Console\\Helper\\QuestionHelper` provides
88
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`::
1111

1212
$helper = $this->getHelper('question');
1313

0 commit comments

Comments
 (0)