summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/lib/ldaputility.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/user_ldap/lib/ldaputility.php')
-rw-r--r--apps/user_ldap/lib/ldaputility.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/user_ldap/lib/ldaputility.php b/apps/user_ldap/lib/ldaputility.php
index 7fffd9c88d1..0d942f3b6ae 100644
--- a/apps/user_ldap/lib/ldaputility.php
+++ b/apps/user_ldap/lib/ldaputility.php
@@ -28,7 +28,7 @@ abstract class LDAPUtility {
/**
* @brief constructor, make sure the subclasses call this one!
- * @param $ldapWrapper an instance of an ILDAPWrapper
+ * @param ILDAPWrapper $ldapWrapper an instance of an ILDAPWrapper
*/
public function __construct(ILDAPWrapper $ldapWrapper) {
$this->ldap = $ldapWrapper;