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

Commitc93a948

Browse files
committed
[#5648] Added two missing use statements
1 parent9102bc3 commitc93a948

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

‎components/console/helpers/questionhelper.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ Suppose you want to confirm an action before actually executing it. Add
2525
the following to your command::
2626

2727
// ...
28+
use Symfony\Component\Console\Input\InputInterface;
29+
use Symfony\Component\Console\Output\OutputInterface;
2830
use Symfony\Component\Console\Question\ConfirmationQuestion;
2931

3032
class YourCommand extends Command

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp