We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e5db3d commit ab76477Copy full SHA for ab76477
src/Symfony/Component/Console/Input/InputInterface.php
@@ -83,7 +83,7 @@ public function getArguments();
83
/**
84
* Returns the argument value for a given argument name.
85
*
86
- * @param string $name The argument name
+ * @param string|int $name The InputArgument name or position
87
88
* @return mixed
89
@@ -94,8 +94,8 @@ public function getArgument($name);
94
95
* Sets an argument value by name.
96
97
98
- * @param mixed $value The argument value
+ * @param mixed $value The argument value
99
100
* @throws InvalidArgumentException When argument given doesn't exist
101
*/
0 commit comments