File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
src/Symfony/Component/Console/Input Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -33,11 +33,11 @@ class InputOption
33
33
private $ description ;
34
34
35
35
/**
36
- * @param string $name The option name
37
- * @param string|array $shortcut The shortcuts, can be null, a string of shortcuts delimited by | or an array of shortcuts
38
- * @param int|null $mode The option mode: One of the VALUE_* constants
39
- * @param string $description A description text
40
- * @param string|string[]|bool|null $default The default value (must be null for self::VALUE_NONE)
36
+ * @param string $name The option name
37
+ * @param string|array $shortcut The shortcuts, can be null, a string of shortcuts delimited by | or an array of shortcuts
38
+ * @param int|null $mode The option mode: One of the VALUE_* constants
39
+ * @param string $description A description text
40
+ * @param string|string[]|int| bool|null $default The default value (must be null for self::VALUE_NONE)
41
41
*
42
42
* @throws InvalidArgumentException If option mode is invalid or incompatible
43
43
*/
@@ -149,7 +149,7 @@ public function isArray()
149
149
/**
150
150
* Sets the default value.
151
151
*
152
- * @param string|string[]|bool|null $default The default value
152
+ * @param string|string[]|int| bool|null $default The default value
153
153
*
154
154
* @throws LogicException When incorrect default value is given
155
155
*/
You can’t perform that action at this time.
0 commit comments