File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ You can suppress output with:
72
72
# suppresses all output, including errors
73
73
$ php application.php list --silent
74
74
75
- .. vesionadded :: 7.2
75
+ .. versionadded :: 7.2
76
76
77
77
The ``--silent `` option was introduced in Symfony 7.2.
78
78
Original file line number Diff line number Diff line change @@ -453,7 +453,7 @@ The Console component adds some predefined options to all commands:
453
453
* ``--help ``: displays the command help
454
454
* ``--ansi|--no-ansi ``: whether to force of disable coloring the output
455
455
456
- .. vesionadded :: 7.2
456
+ .. versionadded :: 7.2
457
457
458
458
The ``--silent `` option was introduced in Symfony 7.2.
459
459
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ Console option ``SHELL_VERBOSITY`` value Equivalent PHP constant
41
41
``-vvv `` ``3 `` ``OutputInterface::VERBOSITY_DEBUG ``
42
42
===================== ========================= ===========================================
43
43
44
- .. vesionadded :: 7.2
44
+ .. versionadded :: 7.2
45
45
46
46
The ``--silent `` option was introduced in Symfony 7.2.
47
47
You can’t perform that action at this time.
0 commit comments