diff options
author | Oliver Schramm <oliver.schramm97@gmail.com> | 2015-10-26 01:49:11 +0100 |
---|---|---|
committer | Oliver Schramm <oliver.schramm97@gmail.com> | 2015-10-26 01:49:11 +0100 |
commit | c805fd2a7378bc431ff11f93efd74fb829f558d9 (patch) | |
tree | 33c2371f0fc51dcbd15225d29a11246c16785e66 /phpBB/phpbb/console | |
parent | 25e2b17837f5b1c2330d07a86f88b25bb55d96c1 (diff) | |
download | forums-c805fd2a7378bc431ff11f93efd74fb829f558d9.tar forums-c805fd2a7378bc431ff11f93efd74fb829f558d9.tar.gz forums-c805fd2a7378bc431ff11f93efd74fb829f558d9.tar.bz2 forums-c805fd2a7378bc431ff11f93efd74fb829f558d9.tar.xz forums-c805fd2a7378bc431ff11f93efd74fb829f558d9.zip |
[ticket/14257] Fix phpdoc in CLI command
PHPBB3-14257
Diffstat (limited to 'phpBB/phpbb/console')
-rw-r--r-- | phpBB/phpbb/console/command/reparser/reparse.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/phpbb/console/command/reparser/reparse.php b/phpBB/phpbb/console/command/reparser/reparse.php index 575e447a78..6137a79b89 100644 --- a/phpBB/phpbb/console/command/reparser/reparse.php +++ b/phpBB/phpbb/console/command/reparser/reparse.php @@ -61,9 +61,9 @@ class reparse extends \phpbb\console\command\command * Constructor * * @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\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) { |