mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/15238] More code cleanup
PHPBB3-15238
This commit is contained in:
parent
b0ed1f2388
commit
7f08d46aa4
1 changed files with 2 additions and 1 deletions
|
@ -10,6 +10,7 @@
|
||||||
* the docs/CREDITS.txt file.
|
* the docs/CREDITS.txt file.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
namespace phpbb\console\command\fixup;
|
namespace phpbb\console\command\fixup;
|
||||||
|
|
||||||
use Symfony\Component\Console\Input\InputInterface;
|
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 $field The key field to fix, forum_id|module_id
|
||||||
* @param string $table The table name to perform, FORUMS_TABLE|MODULES_TABLE
|
* @param string $table The table name to perform, FORUMS_TABLE|MODULES_TABLE
|
||||||
* @param int $parent_id Parent item id
|
* @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
|
* @return bool True on rebuild success, false otherwise
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Reference in a new issue