mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-11 18:15:20 +02:00
[ticket/14257] Fix phpdoc in CLI command
PHPBB3-14257
This commit is contained in:
parent
25e2b17837
commit
c805fd2a73
@ -61,9 +61,9 @@ class reparse extends \phpbb\console\command\command
|
|||||||
* Constructor
|
* Constructor
|
||||||
*
|
*
|
||||||
* @param \phpbb\user $user
|
* @param \phpbb\user $user
|
||||||
* @param \phpbb\di\service_collection $reparsers
|
|
||||||
* @param \phpbb\config\db_text $config_text
|
|
||||||
* @param \phpbb\lock\db $reparse_lock
|
* @param \phpbb\lock\db $reparse_lock
|
||||||
|
* @param \phpbb\textreparser\manager $reparser_manager
|
||||||
|
* @param \phpbb\di\service_collection $reparsers
|
||||||
*/
|
*/
|
||||||
public function __construct(\phpbb\user $user, \phpbb\lock\db $reparse_lock, \phpbb\textreparser\manager $reparser_manager, \phpbb\di\service_collection $reparsers)
|
public function __construct(\phpbb\user $user, \phpbb\lock\db $reparse_lock, \phpbb\textreparser\manager $reparser_manager, \phpbb\di\service_collection $reparsers)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user