Skip to content

Commit 83ecd3f

Browse files
Merge branch '6.2' into 6.3
* 6.2: [Console] Fix PHP Doc of InputArgument
2 parents e047cbd + 5aa03db commit 83ecd3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Input/InputArgument.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class InputArgument
3737

3838
/**
3939
* @param string $name The argument name
40-
* @param int|null $mode The argument mode: self::REQUIRED or self::OPTIONAL
40+
* @param int|null $mode The argument mode: a bit mask of self::REQUIRED, self::OPTIONAL and self::IS_ARRAY
4141
* @param string $description A description text
4242
* @param string|bool|int|float|array|null $default The default value (for self::OPTIONAL mode only)
4343
* @param array|\Closure(CompletionInput,CompletionSuggestions):list<string|Suggestion> $suggestedValues The values used for input completion

0 commit comments

Comments
 (0)