Skip to content

Commit

Permalink
[Console] Fix PHP Doc of InputArgument
Browse files Browse the repository at this point in the history
  • Loading branch information
lyrixx committed May 24, 2023
1 parent a349882 commit 875ffc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Input/InputArgument.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,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)
*
Expand Down

0 comments on commit 875ffc8

Please sign in to comment.