LdapUserGroupBackend: Update PHPDoc for method retrieveUserName()

This commit is contained in:
raviks789 2023-08-15 10:33:50 +02:00
parent 11c7f913c8
commit b585ed25df

View File

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