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);
9090 /**
9191 * Sets an argument value by name.
9292 *
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
9595 *
9696 * @throws InvalidArgumentException When argument given doesn't exist
9797 */
@@ -127,8 +127,8 @@ public function getOption($name);
127127 /**
128128 * Sets an option value by name.
129129 *
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
132132 *
133133 * @throws InvalidArgumentException When option given doesn't exist
134134 */
You can’t perform that action at this time.
0 commit comments