File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
src/Symfony/Component/Console/Input Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -48,9 +48,11 @@ class InputOption
48
48
private $ description ;
49
49
50
50
/**
51
- * @param string|array|null $shortcut The shortcuts, can be null, a string of shortcuts delimited by | or an array of shortcuts
52
- * @param int|null $mode The option mode: One of the VALUE_* constants
53
- * @param string|bool|int|float|array|null $default The default value (must be null for self::VALUE_NONE)
51
+ * @param string $name The option name
52
+ * @param string|array|null $shortcut The shortcuts, can be null, a string of shortcuts delimited by | or an array of shortcuts
53
+ * @param int|null $mode The option mode: One of the VALUE_* constants
54
+ * @param string $description A description text
55
+ * @param string|bool|int|float|array|null $default The default value (must be null for self::VALUE_NONE)
54
56
*
55
57
* @throws InvalidArgumentException If option mode is invalid or incompatible
56
58
*/
You can’t perform that action at this time.
0 commit comments