diff --git a/Command/Command.php b/Command/Command.php index b70692fc6..866e4a221 100644 --- a/Command/Command.php +++ b/Command/Command.php @@ -181,7 +181,7 @@ protected function interact(InputInterface $input, OutputInterface $output) } /** - * Initializes the command just after the input has been validated. + * Initializes the command before the input has been 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.