mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 14:30:32 +02:00
[ticket/14561] Fix function docblock in activate command
PHPBB3-14561
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user