8000 Merge branch '6.2' into 6.3 · symfony/symfony@d50daee · GitHub
[go: up one dir, main page]

Skip to content

Commit d50daee

Browse files
Merge branch '6.2' into 6.3
* 6.2: [Console] Fix PHP Doc of InputArgument
2 parents 542f039 + 7021964 commit d50daee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Console/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)
0