Skip to content

Commit

Permalink
minor #50418 [Console] Fix PHP Doc of InputArgument (lyrixx)
Browse files Browse the repository at this point in the history
This PR was merged into the 5.4 branch.

Discussion
----------

[Console] Fix PHP Doc of InputArgument

| Q             | A
| ------------- | ---
| Branch?       | 5.4
| Bug fix?      | no
| New feature?  | no
| Deprecations? | no
| Tickets       |
| License       | MIT
| Doc PR        |

Commits
-------

f09d08c34c [Console] Fix PHP Doc of InputArgument
  • Loading branch information
fabpot committed May 26, 2023
2 parents 47ec02a + 875ffc8 commit 560fc3e
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 560fc3e

Please sign in to comment.