8000 Merge branch '4.4' into 5.3 · rubanooo/symfony@5ac7db0 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5ac7db0

Browse files
committed
Merge branch '4.4' into 5.3
* 4.4: [Console] Readd missing php-doc parameter for constructor
2 parents dce5279 + 7f0641f commit 5ac7db0

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

src/Symfony/Component/Console/Input/InputOption.php

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,11 @@ class InputOption
5353
private $description;
5454

5555
/**
56-
* @param string|array|null $shortcut The shortcuts, can be null, a string of shortcuts delimited by | or an array of shortcuts
57-
* @param int|null $mode The option mode: One of the VALUE_* constants
58-
* @param string|bool|int|float|array|null $default The default value (must be null for self::VALUE_NONE)
56+
* @param string $name The option name
57+
* @param string|array|null $shortcut The shortcuts, can be null, a string of shortcuts delimited by | or an array of shortcuts
58+
* @param int|null $mode The option mode: One of the VALUE_* constants
59+
* @param string $description A description text
60+
* @param string|bool|int|float|array|null $default The default value (must be null for self::VALUE_NONE)
5961
*
6062
* @throws InvalidArgumentException If option mode is invalid or incompatible
6163
*/

0 commit comments

Comments
 (0)
0