Thanks to visit codestin.com Credit goes to github.com
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 f321cdb + 560fc3e commit 5aa03dbCopy full SHA for 5aa03db
1 file changed
Input/InputArgument.php
@@ -37,7 +37,7 @@ class InputArgument
37
38
/**
39
* @param string $name The argument name
40
- * @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
41
* @param string $description A description text
42
* @param string|bool|int|float|array|null $default The default value (for self::OPTIONAL mode only)
43
* @param array|\Closure(CompletionInput,CompletionSuggestions):list<string|Suggestion> $suggestedValues The values used for input completion
0 commit comments