1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-06-06 06:25:04 +02:00

[ticket/12263] Add missing variable names to docblock fixes

PHPBB3-12263
This commit is contained in:
Matt Friedman 2014-03-13 16:38:10 -07:00
parent c48fe65dfd
commit 08165881f2
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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