Skip to content

Commit

Permalink
Merge branch '6.2' into 6.3
Browse files Browse the repository at this point in the history
* 6.2:
  [Console] Fix PHP Doc of InputArgument
  • Loading branch information
nicolas-grekas committed May 26, 2023
2 parents e047cbd + 5aa03db commit 83ecd3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Input/InputArgument.php
Expand Up @@ -37,7 +37,7 @@ class InputArgument

/**
* @param string $name The argument name
* @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
* @param string $description A description text
* @param string|bool|int|float|array|null $default The default value (for self::OPTIONAL mode only)
* @param array|\Closure(CompletionInput,CompletionSuggestions):list<string|Suggestion> $suggestedValues The values used for input completion
Expand Down

0 comments on commit 83ecd3f

Please sign in to comment.