mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/12263] Add missing variable names to docblock fixes
PHPBB3-12263
This commit is contained in:
parent
c48fe65dfd
commit
08165881f2
2 changed files with 2 additions and 2 deletions
|
@ -38,7 +38,7 @@ class module implements \phpbb\db\migration\tool\tool_interface
|
||||||
* Constructor
|
* Constructor
|
||||||
*
|
*
|
||||||
* @param \phpbb\db\driver\driver $db
|
* @param \phpbb\db\driver\driver $db
|
||||||
* @param \phpbb\cache\service
|
* @param \phpbb\cache\service $cache
|
||||||
* @param \phpbb\user $user
|
* @param \phpbb\user $user
|
||||||
* @param string $phpbb_root_path
|
* @param string $phpbb_root_path
|
||||||
* @param string $php_ext
|
* @param string $php_ext
|
||||||
|
|
|
@ -35,7 +35,7 @@ class permission implements \phpbb\db\migration\tool\tool_interface
|
||||||
* Constructor
|
* Constructor
|
||||||
*
|
*
|
||||||
* @param \phpbb\db\driver\driver $db
|
* @param \phpbb\db\driver\driver $db
|
||||||
* @param \phpbb\cache\service
|
* @param \phpbb\cache\service $cache
|
||||||
* @param \phpbb\auth\auth $auth
|
* @param \phpbb\auth\auth $auth
|
||||||
* @param string $phpbb_root_path
|
* @param string $phpbb_root_path
|
||||||
* @param string $php_ext
|
* @param string $php_ext
|
||||||
|
|
Loading…
Add table
Reference in a new issue