Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita5a315a

Browse files
committed
put class constants within double backticks
1 parent9a2efc2 commita5a315a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎components/console/introduction.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ InputArgument::OPTIONAL The argument is optional and therefore can be omitt
257257
InputArgument::IS_ARRAY Allows to specify an indefinite number of arguments, must be used at the end of the argument list
258258
=========================== =================================================================================================
259259

260-
You can combine IS_ARRAY with REQUIRED and OPTIONAL like this::
260+
You can combine``IS_ARRAY`` with``REQUIRED`` and``OPTIONAL`` like this::
261261

262262
$this
263263
// ...
@@ -335,7 +335,7 @@ InputOption::VALUE_REQUIRED This value is required (e.g. ``--iterations=5``), t
335335
InputOption::VALUE_OPTIONAL This option may or may not have a value (e.g. ``yell`` or ``yell=loud``)
336336
=========================== =====================================================================================
337337

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:
339339

340340
..code-block::php
341341

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp