From 8e8e25cc1f4f443f6ff945336f534217a5e4339e Mon Sep 17 00:00:00 2001 From: rxu Date: Sun, 24 Jul 2016 23:34:38 +0700 Subject: [PATCH] [ticket/14703] Fix the docblock PHPBB3-14703 --- phpBB/phpbb/db/migration/tool/module.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/phpBB/phpbb/db/migration/tool/module.php b/phpBB/phpbb/db/migration/tool/module.php index 112c05e968..ff9a18836f 100644 --- a/phpBB/phpbb/db/migration/tool/module.php +++ b/phpBB/phpbb/db/migration/tool/module.php @@ -435,8 +435,8 @@ class module implements \phpbb\db\migration\tool\tool_interface /** * Get the list of installed module categories - * key - module_langname - * value - module_id + * key - module_id + * value - module_langname * * @return null */