summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/lib/backendutility.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/user_ldap/lib/backendutility.php')
-rw-r--r--apps/user_ldap/lib/backendutility.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/user_ldap/lib/backendutility.php b/apps/user_ldap/lib/backendutility.php
index 815757a1a11..8ad26246c6b 100644
--- a/apps/user_ldap/lib/backendutility.php
+++ b/apps/user_ldap/lib/backendutility.php
@@ -30,7 +30,7 @@ abstract class BackendUtility {
/**
* @brief constructor, make sure the subclasses call this one!
- * @param $access an instance of Access for LDAP interaction
+ * @param Access $access an instance of Access for LDAP interaction
*/
public function __construct(Access $access) {
$this->access = $access;