This commit is contained in:
Alexander Aleksandrovič Klimov 2022-02-10 17:11:59 +01:00 committed by Johannes Meyer
parent dcb83d9ab5
commit 32e958e4da
1 changed files with 1 additions and 1 deletions

View File

@ -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)
{