Skip to content

Commit

Permalink
Merge branch '4.4' into 5.4
Browse files Browse the repository at this point in the history
* 4.4:
  Clarify VALUE_IS_ARRAY usage
  • Loading branch information
javiereguiluz committed May 26, 2022
2 parents 6febf20 + 430f4ef commit 3ce1fd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion console/input.rst
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ There are five option variants you can use:

The ``InputOption::VALUE_NEGATABLE`` constant was introduced in Symfony 5.3.

You can combine ``VALUE_IS_ARRAY`` with ``VALUE_REQUIRED`` or
You need to combine ``VALUE_IS_ARRAY`` with ``VALUE_REQUIRED`` or
``VALUE_OPTIONAL`` like this::

$this
Expand Down

0 comments on commit 3ce1fd9

Please sign in to comment.