From 5728f147d6355c4109f201420e51e8eda3b9e164 Mon Sep 17 00:00:00 2001 From: Patrizio Bekerle <patrizio@bekerle.com> Date: Thu, 18 Nov 2021 15:38:57 +0100 Subject: [PATCH] Fix linter error --- src/Service/LDAPApi.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Service/LDAPApi.php b/src/Service/LDAPApi.php index 3cf9726..dc3c906 100644 --- a/src/Service/LDAPApi.php +++ b/src/Service/LDAPApi.php @@ -229,6 +229,7 @@ class LDAPApi implements LoggerAwareInterface, ServiceSubscriberInterface throw new NotFoundHttpException(sprintf("Person with id '%s' could not be found!", $identifier)); } + /* @var User $user */ return $user; } catch (\Adldap\Auth\BindException $e) { // There was an issue binding / connecting to the server. -- GitLab