diff options
| author | Matt Friedman <maf675@gmail.com> | 2014-03-13 16:09:32 -0700 |
|---|---|---|
| committer | Matt Friedman <maf675@gmail.com> | 2014-03-13 16:09:32 -0700 |
| commit | 89b0ff1da8bd6869c8afed8493ff33895cd31bde (patch) | |
| tree | b58dafa52951e396a4bee41693cd2d621fcc4190 /phpBB/phpbb/db/migration/tool/module.php | |
| parent | 8a61e4b4c0a490125409cd8990a92e0fe6edebdf (diff) | |
| download | forums-89b0ff1da8bd6869c8afed8493ff33895cd31bde.tar forums-89b0ff1da8bd6869c8afed8493ff33895cd31bde.tar.gz forums-89b0ff1da8bd6869c8afed8493ff33895cd31bde.tar.bz2 forums-89b0ff1da8bd6869c8afed8493ff33895cd31bde.tar.xz forums-89b0ff1da8bd6869c8afed8493ff33895cd31bde.zip | |
[ticket/12263] Fix incorrect docblock commets
PHPBB3-12263
Diffstat (limited to 'phpBB/phpbb/db/migration/tool/module.php')
| -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 3e39d87c04..6f2b6cc75a 100644 --- a/phpBB/phpbb/db/migration/tool/module.php +++ b/phpBB/phpbb/db/migration/tool/module.php @@ -19,7 +19,7 @@ class module implements \phpbb\db\migration\tool\tool_interface /** @var \phpbb\cache\service */ protected $cache; - /** @var dbal */ + /** @var \phpbb\db\driver\driver */ protected $db; /** @var \phpbb\user */ @@ -38,7 +38,7 @@ class module implements \phpbb\db\migration\tool\tool_interface * Constructor * * @param \phpbb\db\driver\driver $db - * @param mixed $cache + * @param \phpbb\cache\service * @param \phpbb\user $user * @param string $phpbb_root_path * @param string $php_ext |
