Skip to content

Commit

Permalink
[#5648] Added two missing use statements
Browse files Browse the repository at this point in the history
  • Loading branch information
wouterj committed Sep 5, 2015
1 parent 9102bc3 commit c93a948
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/console/helpers/questionhelper.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ Suppose you want to confirm an action before actually executing it. Add
the following to your command::

// ...
use Symfony\Component\Console\Input\InputInterface;
use Symfony\Component\Console\Output\OutputInterface;
use Symfony\Component\Console\Question\ConfirmationQuestion;

class YourCommand extends Command
Expand Down

0 comments on commit c93a948

Please sign in to comment.