[Console] Fix wrong ref in phpdoc

This commit is contained in:
Adrien BRAULT 2012-02-16 22:26:30 +01:00
parent 54e6516d46
commit ae8704cdce

View File

@ -324,7 +324,7 @@ class Command
* @param string $shortcut The shortcut (can be null)
* @param integer $mode The option mode: One of the InputOption::VALUE_* constants
* @param string $description A description text
* @param mixed $default The default value (must be null for InputOption::VALUE_REQUIRED or self::VALUE_NONE)
* @param mixed $default The default value (must be null for InputOption::VALUE_REQUIRED or InputOption::VALUE_NONE)
*
* @return Command The current instance
*