File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Filter options
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Original file line number Diff line number Diff line change @@ -257,7 +257,7 @@ InputArgument::OPTIONAL The argument is optional and therefore can be omitt
257
257
InputArgument::IS_ARRAY Allows to specify an indefinite number of arguments, must be used at the end of the argument list
258
258
=========================== =================================================================================================
259
259
260
- You can combine IS_ARRAY with REQUIRED and OPTIONAL like this::
260
+ You can combine `` IS_ARRAY `` with `` REQUIRED `` and `` OPTIONAL `` like this::
261
261
262
262
$this
263
263
// ...
@@ -335,7 +335,7 @@ InputOption::VALUE_REQUIRED This value is required (e.g. ``--iterations=5``), t
335
335
InputOption::VALUE_OPTIONAL This option may or may not have a value (e.g. ``yell `` or ``yell=loud ``)
336
336
=========================== =====================================================================================
337
337
338
- You can combine VALUE_IS_ARRAY with VALUE_REQUIRED or VALUE_OPTIONAL like this:
338
+ You can combine `` VALUE_IS_ARRAY `` with `` VALUE_REQUIRED `` or `` VALUE_OPTIONAL `` like this:
339
339
340
340
.. code-block :: php
341
341
You can’t perform that action at this time.
0 commit comments