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:
parent
c48fe65dfd
commit
08165881f2
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user