aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/console/command
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/phpbb/console/command')
-rw-r--r--phpBB/phpbb/console/command/fixup/fix_left_right_ids.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/phpBB/phpbb/console/command/fixup/fix_left_right_ids.php b/phpBB/phpbb/console/command/fixup/fix_left_right_ids.php
index 601a27118b..656011e4a6 100644
--- a/phpBB/phpbb/console/command/fixup/fix_left_right_ids.php
+++ b/phpBB/phpbb/console/command/fixup/fix_left_right_ids.php
@@ -10,6 +10,7 @@
* the docs/CREDITS.txt file.
*
*/
+
namespace phpbb\console\command\fixup;
use Symfony\Component\Console\Input\InputInterface;
@@ -96,7 +97,7 @@ class fix_left_right_ids extends \phpbb\console\command\command
* @param string $field The key field to fix, forum_id|module_id
* @param string $table The table name to perform, FORUMS_TABLE|MODULES_TABLE
* @param int $parent_id Parent item id
- * @param string $where Additional WHERE clause condition
+ * @param array $where Additional WHERE clause condition
*
* @return bool True on rebuild success, false otherwise
*/