diff options
author | rxu <rxu@mail.ru> | 2017-06-18 23:15:05 +0700 |
---|---|---|
committer | rxu <rxu@mail.ru> | 2017-06-18 23:15:05 +0700 |
commit | 840cb510e47e3ed27fa5c07e0f05cf8598b88879 (patch) | |
tree | 120f3545f4253e4f14b897bd9bb605fe4cada8bb /phpBB/phpbb/console | |
parent | c1fa252fc1fd9855d4a6dac92ece9a1690cda7bc (diff) | |
download | forums-840cb510e47e3ed27fa5c07e0f05cf8598b88879.tar forums-840cb510e47e3ed27fa5c07e0f05cf8598b88879.tar.gz forums-840cb510e47e3ed27fa5c07e0f05cf8598b88879.tar.bz2 forums-840cb510e47e3ed27fa5c07e0f05cf8598b88879.tar.xz forums-840cb510e47e3ed27fa5c07e0f05cf8598b88879.zip |
[ticket/15238] More code cleanup
PHPBB3-15238
Diffstat (limited to 'phpBB/phpbb/console')
-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 3781a411f1..bcaf0043e1 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; @@ -93,7 +94,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 */ |