mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-27 20:39:08 +00:00
[ticket/14561] Fix function docblock in activate command
PHPBB3-14561
This commit is contained in:
parent
afb69d7cd2
commit
e81bf76dea
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue