diff --git a/library/Icinga/Protocol/Ldap/LdapUtils.php b/library/Icinga/Protocol/Ldap/LdapUtils.php index 5306cc9e7..9c9ae1011 100644 --- a/library/Icinga/Protocol/Ldap/LdapUtils.php +++ b/library/Icinga/Protocol/Ldap/LdapUtils.php @@ -22,7 +22,7 @@ class LdapUtils * @param string $dn DN * @param boolean $with_type Returns 'type=value' when true and 'value' when false * - * @return string + * @return array */ public static function explodeDN($dn, $with_type = true) {