Skip to content

Commit 44f08fa

Browse files
CS fix
1 parent a224fa7 commit 44f08fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Console/Input/InputInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ public function setArgument($name, $value);
104104
/**
105105
* Returns true if an InputArgument object exists by name or position.
106106
*
107-
* @param string $name The InputArgument name or position
107+
* @param string $name The argument name
108108
*
109109
* @return bool true if the InputArgument object exists, false otherwise
110110
*/

0 commit comments

Comments
 (0)