Skip to content

Commit 5aa03db

Browse files
Merge branch '5.4' into 6.2
* 5.4: [Console] Fix PHP Doc of InputArgument
2 parents f321cdb + 560fc3e commit 5aa03db

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)