File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff 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 */
You can’t perform that action at this time.
0 commit comments