Skip to content

Commit c6b6107

Browse files
committed
minor symfony#13966 [Console] Update input.rst (LiLinen)
This PR was merged into the 3.4 branch. Discussion ---------- [Console] Update input.rst Minor fix to bring logical consistency between arguments & options. Commits ------- 85b7890 [Console] Update input.rst
2 parents 5f7aff5 + 85b7890 commit c6b6107

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

console/input.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ There are three argument variants you can use:
104104
The argument can contain any number of values. For that reason, it must be
105105
used at the end of the argument list.
106106

107-
You can combine ``IS_ARRAY`` with ``REQUIRED`` and ``OPTIONAL`` like this::
107+
You can combine ``IS_ARRAY`` with ``REQUIRED`` or ``OPTIONAL`` like this::
108108

109109
$this
110110
// ...

0 commit comments

Comments
 (0)