8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8c0bc94 + f09d08c commit fb23a49Copy full SHA for fb23a49
src/Symfony/Component/Console/Input/InputArgument.php
@@ -32,7 +32,7 @@ class InputArgument
32
33
/**
34
* @param string $name The argument name
35
- * @param int|null $mode The argument mode: self::REQUIRED or self::OPTIONAL
+ * @param int|null $mode The argument mode: a bit mask of self::REQUIRED, self::OPTIONAL and self::IS_ARRAY
36
* @param string $description A description text
37
* @param string|bool|int|float|array|null $default The default value (for self::OPTIONAL mode only)
38
*
0 commit comments