We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b421657 commit ab900e9Copy full SHA for ab900e9
src/Service/AuthAdapterService.php
@@ -69,9 +69,9 @@ protected function getCurrentUser(): ?UserInterface
69
70
/**
71
* @param UserInterface $currentUser
72
- * @return AuthAdapterService2
+ * @return AuthAdapterService
73
*/
74
- protected function setCurrentUser(UserInterface $currentUser): AuthAdapterService2
+ protected function setCurrentUser(UserInterface $currentUser): AuthAdapterService
75
{
76
$this->currentUser = $currentUser;
77
return $this;
0 commit comments