aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/db/migration/tool
diff options
context:
space:
mode:
authorrxu <rxu@mail.ru>2016-07-24 23:34:38 +0700
committerrxu <rxu@mail.ru>2016-07-24 23:35:20 +0700
commit8e8e25cc1f4f443f6ff945336f534217a5e4339e (patch)
tree8775519a3989337f1e0eeeca02866e5e5d11d40c /phpBB/phpbb/db/migration/tool
parent5eb493fa86249d865eefe4886b187cf271ffd989 (diff)
downloadforums-8e8e25cc1f4f443f6ff945336f534217a5e4339e.tar
forums-8e8e25cc1f4f443f6ff945336f534217a5e4339e.tar.gz
forums-8e8e25cc1f4f443f6ff945336f534217a5e4339e.tar.bz2
forums-8e8e25cc1f4f443f6ff945336f534217a5e4339e.tar.xz
forums-8e8e25cc1f4f443f6ff945336f534217a5e4339e.zip
[ticket/14703] Fix the docblock
PHPBB3-14703
Diffstat (limited to 'phpBB/phpbb/db/migration/tool')
-rw-r--r--phpBB/phpbb/db/migration/tool/module.php4
1 files 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
*/