[Console] Make it clear that the second argument is not about command options.

This commit is contained in:
Jakub Zalas 2015-01-19 16:44:29 +00:00
parent b8e4b4af3d
commit 32338af211
1 changed files with 3 additions and 3 deletions

View File

@ -41,14 +41,14 @@ class CommandTester
/**
* Executes the command.
*
* Available options:
* Available execution options:
*
* * interactive: Sets the input interactive flag
* * decorated: Sets the output decorated flag
* * verbosity: Sets the output verbosity flag
*
* @param array $input An array of arguments and options
* @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
*
* @return int The command exit code
*/