From 32e958e4da28cc8ae983292f7ce25a0282df69de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20Aleksandrovi=C4=8D=20Klimov?= Date: Thu, 10 Feb 2022 17:11:59 +0100 Subject: [PATCH] Fix typo --- library/Icinga/Protocol/Ldap/LdapUtils.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {