diff options
author | rxu <rxu@mail.ru> | 2017-06-18 22:00:18 +0700 |
---|---|---|
committer | rxu <rxu@mail.ru> | 2017-06-18 23:11:44 +0700 |
commit | 7f08d46aa4888cba48317bf0a8175b399039aff6 (patch) | |
tree | 271ca7c454c6c55e70f50227e3294a746acfad02 /phpBB/phpbb/console/command | |
parent | b0ed1f2388be4246ceddb2f9ec4c10963a18c073 (diff) | |
download | forums-7f08d46aa4888cba48317bf0a8175b399039aff6.tar forums-7f08d46aa4888cba48317bf0a8175b399039aff6.tar.gz forums-7f08d46aa4888cba48317bf0a8175b399039aff6.tar.bz2 forums-7f08d46aa4888cba48317bf0a8175b399039aff6.tar.xz forums-7f08d46aa4888cba48317bf0a8175b399039aff6.zip |
[ticket/15238] More code cleanup
PHPBB3-15238
Diffstat (limited to 'phpBB/phpbb/console/command')
-rw-r--r-- | phpBB/phpbb/console/command/fixup/fix_left_right_ids.php | 3 |
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 */ |