8000 Add use statement for InputDefinition · symfony/symfony-docs@733c607 · GitHub
[go: up one dir, main page]

Skip to content

Commit 733c607

Browse files
hariktwouterj
authored andcommitted
Add use statement for InputDefinition
1 parent 45dfe2c commit 733c607

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/console/console_arguments.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ Have a look at the following command that has three options::
1414

1515
use Symfony\Component\Console\Command\Command;
1616
use Symfony\Component\Console\Input\InputArgument;
17+
use Symfony\Component\Console\Input\InputDefinition;
1718
use Symfony\Component\Console\Input\InputInterface;
1819
use Symfony\Component\Console\Input\InputOption;
1920
use Symfony\Component\Console\Output\OutputInterface;

0 commit comments

Comments
 (0)
0