Skip to content

Commit c93a948

Browse files
committed
[#5648] Added two missing use statements
1 parent 9102bc3 commit c93a948

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)