Skip to content

Commit

Permalink
Merge pull request #47 from Eugentis/fixLmcUserAuthentication
Browse files Browse the repository at this point in the history
fix LmcUserAuthentication class annotations
  • Loading branch information
visto9259 authored Apr 5, 2024
2 parents 69b4e98 + 7362cba commit 8e6df6e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/Controller/Plugin/LmcUserAuthentication.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public function getIdentity()
/**
* Get authAdapter.
*
* @return LmcUserAuthentication
* @return AuthAdapter
*/
public function getAuthAdapter()
{
Expand All @@ -58,6 +58,8 @@ public function getAuthAdapter()
* Set authAdapter.
*
* @param authAdapter $authAdapter
*
* @return LmcUserAuthentication
*/
public function setAuthAdapter(AuthAdapter $authAdapter)
{
Expand All @@ -79,6 +81,8 @@ public function getAuthService()
* Set authService.
*
* @param AuthenticationService $authService
*
* @return LmcUserAuthentication
*/
public function setAuthService(AuthenticationService $authService)
{
Expand Down

0 comments on commit 8e6df6e

Please sign in to comment.