[Console] PHPDoc fixes

This commit is contained in:
Tim Nagel 2011-02-08 16:18:37 -08:00 committed by Fabien Potencier
parent 9f77cabd2f
commit 76e9b6ec97
3 changed files with 3 additions and 1 deletions

View File

@ -260,7 +260,7 @@ class ArgvInput extends Input
* before it has been validated. It must be used carefully.
*
* @param string|array $values The value(s) to look for in the raw parameters (can be an array)
*
* @param mixed $default The default value to return if no result is found
* @return mixed The option value
*/
public function getParameterOption($values, $default = false)

View File

@ -89,6 +89,7 @@ class ArrayInput extends Input
* before it has been validated. It must be used carefully.
*
* @param string|array $values The value(s) to look for in the raw parameters (can be an array)
* @param mixed $default The default value to return if no result is found
*
* @return mixed The option value
*/

View File

@ -44,6 +44,7 @@ interface InputInterface
* before it has been validated. It must be used carefully.
*
* @param string|array $values The value(s) to look for in the raw parameters (can be an array)
* @param mixed $default The default value to return if no result is found
*
* @return mixed The option value
*/