Skip to content
Snippets Groups Projects
Unverified Commit 5728f147 authored by Bekerle, Patrizio's avatar Bekerle, Patrizio :fire:
Browse files

Fix linter error

parent 2e77ef4c
No related branches found
No related tags found
No related merge requests found
...@@ -229,6 +229,7 @@ class LDAPApi implements LoggerAwareInterface, ServiceSubscriberInterface ...@@ -229,6 +229,7 @@ class LDAPApi implements LoggerAwareInterface, ServiceSubscriberInterface
throw new NotFoundHttpException(sprintf("Person with id '%s' could not be found!", $identifier)); throw new NotFoundHttpException(sprintf("Person with id '%s' could not be found!", $identifier));
} }
/* @var User $user */
return $user; return $user;
} catch (\Adldap\Auth\BindException $e) { } catch (\Adldap\Auth\BindException $e) {
// There was an issue binding / connecting to the server. // There was an issue binding / connecting to the server.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment