Skip to content

Commit

Permalink
bug #5417 Add use statement for InputDefinition (harikt)
Browse files Browse the repository at this point in the history
This PR was submitted for the 2.6 branch but it was merged into the 2.3 branch instead (closes #5417).

Discussion
----------

Add use statement for InputDefinition

| Q             | A
| ------------- | ---
| Doc fix?      | yes
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| License       | MIT

I think I send to the right branch.

Thank you

Commits
-------

733c607 Add use statement for InputDefinition
  • Loading branch information
wouterj committed Jun 27, 2015
2 parents 45dfe2c + 733c607 commit 78054b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/console/console_arguments.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Have a look at the following command that has three options::

use Symfony\Component\Console\Command\Command;
use Symfony\Component\Console\Input\InputArgument;
use Symfony\Component\Console\Input\InputDefinition;
use Symfony\Component\Console\Input\InputInterface;
use Symfony\Component\Console\Input\InputOption;
use Symfony\Component\Console\Output\OutputInterface;
Expand Down

0 comments on commit 78054b2

Please sign in to comment.