diff options
author | Matt Friedman <maf675@gmail.com> | 2014-03-13 16:38:10 -0700 |
---|---|---|
committer | Matt Friedman <maf675@gmail.com> | 2014-03-13 16:38:10 -0700 |
commit | 08165881f29a304a901d5fd84d2c62a4c127fabb (patch) | |
tree | c54c1d9db6c207e20ea9ff6fc42456b8d9728d94 /phpBB/phpbb | |
parent | c48fe65dfdb507973b58e8c0750664fefe61b095 (diff) | |
download | forums-08165881f29a304a901d5fd84d2c62a4c127fabb.tar forums-08165881f29a304a901d5fd84d2c62a4c127fabb.tar.gz forums-08165881f29a304a901d5fd84d2c62a4c127fabb.tar.bz2 forums-08165881f29a304a901d5fd84d2c62a4c127fabb.tar.xz forums-08165881f29a304a901d5fd84d2c62a4c127fabb.zip |
[ticket/12263] Add missing variable names to docblock fixes
PHPBB3-12263
Diffstat (limited to 'phpBB/phpbb')
-rw-r--r-- | phpBB/phpbb/db/migration/tool/module.php | 2 | ||||
-rw-r--r-- | phpBB/phpbb/db/migration/tool/permission.php | 2 |
2 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 b2c14cfddb..ebbcbae301 100644 --- a/phpBB/phpbb/db/migration/tool/module.php +++ b/phpBB/phpbb/db/migration/tool/module.php @@ -38,7 +38,7 @@ class module implements \phpbb\db\migration\tool\tool_interface * Constructor * * @param \phpbb\db\driver\driver $db - * @param \phpbb\cache\service + * @param \phpbb\cache\service $cache * @param \phpbb\user $user * @param string $phpbb_root_path * @param string $php_ext diff --git a/phpBB/phpbb/db/migration/tool/permission.php b/phpBB/phpbb/db/migration/tool/permission.php index 7fe5e05302..38fcbd2952 100644 --- a/phpBB/phpbb/db/migration/tool/permission.php +++ b/phpBB/phpbb/db/migration/tool/permission.php @@ -35,7 +35,7 @@ class permission implements \phpbb\db\migration\tool\tool_interface * Constructor * * @param \phpbb\db\driver\driver $db - * @param \phpbb\cache\service + * @param \phpbb\cache\service $cache * @param \phpbb\auth\auth $auth * @param string $phpbb_root_path * @param string $php_ext |