Skip to content

Commit 0c2d77c

Browse files
author
Robin Chalas
committed
minor symfony#24823 [Console] Fix CommandTester::setInputs() docblock (ogizanagi)
This PR was merged into the 3.3 branch. Discussion ---------- [Console] Fix CommandTester::setInputs() docblock | Q | A | ------------- | --- | Branch? | 3.3 <!-- see comment below --> | Bug fix? | no | New feature? | no <!-- don't forget to update src/**/CHANGELOG.md files --> | BC breaks? | no | Deprecations? | no <!-- don't forget to update UPGRADE-*.md files --> | Tests pass? | yes | Fixed tickets | N/A <!-- #-prefixed issue number(s), if any --> | License | MIT | Doc PR | N/A Commits ------- 44f6e6d [Console] Fix CommandTester::setInputs() docblock
2 parents d483410 + 44f6e6d commit 0c2d77c

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)