8000 [Console] Make it clear that the second argument is not about command… · symfony/symfony@32338af · GitHub
[go: up one dir, main page]

Skip to content 8000

Commit 32338af

Browse files
committed
[Console] Make it clear that the second argument is not about command options.
1 parent b8e4b4a commit 32338af

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,14 @@ public function __construct(Command $command)
4141
/**
4242
* Executes the command.
4343
*
44-
* Available options:
44+
* Available execution options:
4545
*
4646
* * interactive: Sets the input interactive flag
4747
* * decorated: Sets the output decorated flag
4848
* * verbosity: Sets the output verbosity flag
4949
*
50-
* @param array $input An array of arguments and options
51-
* @param array $options An array of options
50+
* @param array $input An array of command arguments and options
51+
* @param array $options An array of execution options
5252
*
5353
* @return int The command exit code
5454
*/

0 commit comments

Comments
 (0)
0