Skip to content

Commit

Permalink
[Console] fixed wrong phpdoc (closes #4394)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Jul 10, 2012
1 parent b260f30 commit b18f6f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Symfony/Component/Console/Command/Command.php
Expand Up @@ -165,7 +165,7 @@ protected function interact(InputInterface $input, OutputInterface $output)
}

/**
* 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.
Expand Down

0 comments on commit b18f6f5

Please sign in to comment.