[ticket/14561] Fix function docblock in activate command

PHPBB3-14561
This commit is contained in:
Matt Friedman 2016-03-27 11:30:05 -07:00
parent afb69d7cd2
commit e81bf76dea

View file

@ -123,8 +123,7 @@ class activate extends command
/** /**
* Executes the command user:activate * Executes the command user:activate
* *
* Deletes a user from the database. An option to delete the user's posts * Activate (or deactivate) a user account
* is available, by default posts will be retained.
* *
* @param InputInterface $input The input stream used to get the options * @param InputInterface $input The input stream used to get the options
* @param OutputInterface $output The output stream, used to print messages * @param OutputInterface $output The output stream, used to print messages