Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2e0d81c

Browse files
committed
Merge branch '5.2' into 5.x
* 5.2: Updates method reference for retrieving console helpers
2 parentsdef171d +40d3dc5 commit2e0d81c

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)

[8]ページ先頭

©2009-2025 Movatter.jp