Skip to content

Commit 44f6e6d

Browse files
committed
[Console] Fix CommandTester::setInputs() docblock
1 parent d483410 commit 44f6e6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Symfony/Component/Console/Tester/CommandTester.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,8 @@ public function getStatusCode()
132132
/**
133133
* Sets the user inputs.
134134
*
135-
* @param array an array of strings representing each input
136-
* passed to the command input stream
135+
* @param array $inputs An array of strings representing each input
136+
* passed to the command input stream
137137
*
138138
* @return CommandTester
139139
*/

0 commit comments

Comments
 (0)