Skip to content

Commit 294a08d

Browse files
committed
minor #14642 [Console] Update questionhelper.rst (sebpacz)
This PR was merged into the 4.4 branch. Discussion ---------- [Console] Update questionhelper.rst I noticed that the link to the ask method redirects to Symfony\Component\Console\Command\Command instead of Symfony\Component\Console\Helper\QuestionHelper. <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `5.x` for features of unreleased versions). --> Commits ------- 9b1e113 [Console] Update questionhelper.rst
2 parents 5fccbd6 + 9b1e113 commit 294a08d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/console/helpers/questionhelper.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ helper set, which you can get by calling
1212
$helper = $this->getHelper('question');
1313

1414
The Question Helper has a single method
15-
:method:`Symfony\\Component\\Console\\Command\\Command::ask` that needs an
15+
:method:`Symfony\\Component\\Console\\Helper\\QuestionHelper::ask` that needs an
1616
:class:`Symfony\\Component\\Console\\Input\\InputInterface` instance as the
1717
first argument, an :class:`Symfony\\Component\\Console\\Output\\OutputInterface`
1818
instance as the second argument and a

0 commit comments

Comments
 (0)