10000 [Console] Fix PHP Doc of InputArgument · symfony/symfony@f09d08c · GitHub
[go: up one dir, main page]

Skip to content

Commit f09d08c

Browse files
committed
[Console] Fix PHP Doc of InputArgument
1 parent 3606499 commit f09d08c

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