diff --git a/src/Controller/Plugin/LmcUserAuthentication.php b/src/Controller/Plugin/LmcUserAuthentication.php index c5788bc..df72264 100644 --- a/src/Controller/Plugin/LmcUserAuthentication.php +++ b/src/Controller/Plugin/LmcUserAuthentication.php @@ -47,7 +47,7 @@ public function getIdentity() /** * Get authAdapter. * - * @return LmcUserAuthentication + * @return AuthAdapter */ public function getAuthAdapter() { @@ -58,6 +58,8 @@ public function getAuthAdapter() * Set authAdapter. * * @param authAdapter $authAdapter + * + * @return LmcUserAuthentication */ public function setAuthAdapter(AuthAdapter $authAdapter) { @@ -79,6 +81,8 @@ public function getAuthService() * Set authService. * * @param AuthenticationService $authService + * + * @return LmcUserAuthentication */ public function setAuthService(AuthenticationService $authService) {