`LdapUserGroupBackend`: Update PHPDoc for method `retrieveUserName()`

This commit is contained in:
raviks789 2023-08-15 10:33:50 +02:00
parent 11c7f913c8
commit b585ed25df
1 changed files with 2 additions and 1 deletions

View File

@ -13,6 +13,7 @@ use Icinga\Data\Inspection;
use Icinga\Exception\AuthenticationException;
use Icinga\Exception\ConfigurationError;
use Icinga\Exception\ProgrammingError;
use Icinga\Exception\QueryException;
use Icinga\Protocol\Ldap\LdapException;
use Icinga\Protocol\Ldap\LdapUtils;
use Icinga\Repository\LdapRepository;
@ -645,7 +646,7 @@ class LdapUserGroupBackend extends LdapRepository implements Inspectable, UserGr
*
* @param string $username
*
* @param string
* @return string
*/
protected function retrieveUserName($dn)
{