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

Skip to content

Commit 7021964

Browse files
Merge branch '5.4' into 6.2
* 5.4: [Console] Fix PHP Doc of InputArgument
2 parents 4347520 + fb23a49 commit 7021964

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