|
@@ -324,7 +324,7 @@ class Command
|
|
* @param string $shortcut The shortcut (can be null)
|
|
* @param string $shortcut The shortcut (can be null)
|
|
* @param integer $mode The option mode: One of the InputOption::VALUE_* constants
|
|
* @param integer $mode The option mode: One of the InputOption::VALUE_* constants
|
|
* @param string $description A description text
|
|
* @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
|
|
* @return Command The current instance
|
|
*
|
|
*
|