1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[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
*
* Deletes a user from the database. An option to delete the user's posts
* is available, by default posts will be retained.
* Activate (or deactivate) a user account
*
* @param InputInterface $input The input stream used to get the options
* @param OutputInterface $output The output stream, used to print messages