[Console] fixed wrong phpdoc (closes #4394)

This commit is contained in:
Fabien Potencier 2012-07-10 15:28:02 +02:00
parent b260f30a2e
commit b18f6f557b
1 changed files with 1 additions and 1 deletions

View File

@ -165,7 +165,7 @@ class Command
}
/**
* Initializes the command just after the input has been validated.
* Initializes the command just before the input is validated.
*
* This is mainly useful when a lot of commands extends one main command
* where some things need to be initialized based on the input arguments and options.