Skip to content

Commit c25bc24

Browse files
committed
minor symfony#23360 [Console] Fix descriptor tests (chalasr)
This PR was merged into the 3.3 branch. Discussion ---------- [Console] Fix descriptor tests | Q | A | ------------- | --- | Branch? | 3.4 | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | n/a | License | MIT | Doc PR | n/a should make Console tests green from 3.3 up to master Commits ------- 3ddb6e6 [Console] Fix descriptor tests
2 parents 3169e12 + 3ddb6e6 commit c25bc24

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
**argument_name:**
1+
#### `argument_name`
2+
3+
argument description
24

3-
* Name: argument_name
45
* Is required: no
56
* Is array: no
6-
* Description: argument description
77
* Default: `INF`
Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
**option_name:**
1+
#### `--option_name|-o`
2+
3+
option description
24

3-
* Name: `--option_name`
4-
* Shortcut: `-o`
55
* Accept value: yes
66
* Is value required: no
77
* Is multiple: no
8-
* Description: option description
98
* Default: `INF`

0 commit comments

Comments
 (0)