diff options
author | rxu <rxu@mail.ru> | 2016-07-24 23:34:38 +0700 |
---|---|---|
committer | rxu <rxu@mail.ru> | 2016-07-24 23:35:20 +0700 |
commit | 8e8e25cc1f4f443f6ff945336f534217a5e4339e (patch) | |
tree | 8775519a3989337f1e0eeeca02866e5e5d11d40c /phpBB/phpbb/db/migration/tool | |
parent | 5eb493fa86249d865eefe4886b187cf271ffd989 (diff) | |
download | forums-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.php | 4 |
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 */ |