File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/Symfony/Component/Console/Input Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -90,8 +90,8 @@ public function getArgument($name);
90
90
/**
91
91
* Sets an argument value by name.
92
92
*
93
- * @param string $name The argument name
94
- * @param string $value The argument value
93
+ * @param string $name The argument name
94
+ * @param string|string[] $value The argument value
95
95
*
96
96
* @throws InvalidArgumentException When argument given doesn't exist
97
97
*/
@@ -127,8 +127,8 @@ public function getOption($name);
127
127
/**
128
128
* Sets an option value by name.
129
129
*
130
- * @param string $name The option name
131
- * @param string|bool $value The option value
130
+ * @param string $name The option name
131
+ * @param string|string[]| bool $value The option value
132
132
*
133
133
* @throws InvalidArgumentException When option given doesn't exist
134
134
*/
You can’t perform that action at this time.
0 commit comments