8000
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 b8e4b4a commit 32338afCopy full SHA for 32338af
src/Symfony/Component/Console/Tester/CommandTester.php
@@ -41,14 +41,14 @@ public function __construct(Command $command)
41
/**
42
* Executes the command.
43
*
44
- * Available options:
+ * Available execution options:
45
46
* * interactive: Sets the input interactive flag
47
* * decorated: Sets the output decorated flag
48
* * verbosity: Sets the output verbosity flag
49
50
- * @param array $input An array of arguments and options
51
- * @param array $options An array of options
+ * @param array $input An array of command arguments and options
+ * @param array $options An array of execution options
52
53
* @return int The command exit code
54
*/
0 commit comments