We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e124ee6 commit d263735Copy full SHA for d263735
console/input.rst
@@ -118,8 +118,8 @@ simply as a boolean flag without a value (e.g. ``--yell``).
118
For example, add a new option to the command that can be used to specify
119
how many times in a row the message should be printed::
120
121
- use Symfony\Component\Console\Input\InputOption;
122
// ...
+ use Symfony\Component\Console\Input\InputOption;
123
124
$this
125
0 commit comments