Skip to content

Commit 78054b2

Browse files
committed
bug #5417 Add use statement for InputDefinition (harikt)
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
2 parents 45dfe2c + 733c607 commit 78054b2

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)