diff options
Diffstat (limited to 'app/Core/Ldap/Entries.php')
-rw-r--r-- | app/Core/Ldap/Entries.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Core/Ldap/Entries.php b/app/Core/Ldap/Entries.php index b0f78fa4..3487541f 100644 --- a/app/Core/Ldap/Entries.php +++ b/app/Core/Ldap/Entries.php @@ -33,7 +33,7 @@ class Entries * Get all entries * * @access public - * @return []Entry + * @return Entry[] */ public function getAll() { |