8000 minor #50418 [Console] Fix PHP Doc of InputArgument (lyrixx) · symfony/symfony@fb23a49 · GitHub
[go: up one dir, main page]

Skip to content

Commit fb23a49

Browse files
committed
minor #50418 [Console] Fix PHP Doc of InputArgument (lyrixx)
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 ------- f09d08c [Console] Fix PHP Doc of InputArgument
2 parents 8c0bc94 + f09d08c commit fb23a49

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
@@ -32,7 +32,7 @@ class InputArgument
3232

3333
/**
3434
* @param string $name The argument name
35-
* @param int|null $mode The argument mode: self::REQUIRED or self::OPTIONAL
35+
* @param int|null $mode The argument mode: a bit mask of self::REQUIRED, self::OPTIONAL and self::IS_ARRAY
3636
* @param string $description A description text
3737
* @param string|bool|int|float|array|null $default The default value (for self::OPTIONAL mode only)
3838
*

0 commit comments

Comments
 (0)
0