1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-12 19:54:12 +02:00

[ticket/16271] Fix invalid docblocks

PHPBB3-16271
This commit is contained in:
Marc Alexander
2019-12-27 14:58:42 +01:00
parent 41f287fbea
commit 7cf148ea13
11 changed files with 18 additions and 8 deletions

View File

@@ -40,8 +40,8 @@ class ldap extends base
/**
* LDAP Authentication Constructor
*
* @param driver_interface $db DBAL driver interface
* @param config $config Config object
* @param driver_interface $db DBAL driver interface
* @param language $language Language object
* @param user $user User object
*/