Skip to content

Commit d263735

Browse files
Minor tweak
1 parent e124ee6 commit d263735

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

console/input.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,8 @@ simply as a boolean flag without a value (e.g. ``--yell``).
118118
For example, add a new option to the command that can be used to specify
119119
how many times in a row the message should be printed::
120120

121-
use Symfony\Component\Console\Input\InputOption;
122121
// ...
122+
use Symfony\Component\Console\Input\InputOption;
123123

124124
$this
125125
// ...

0 commit comments

Comments
 (0)