Skip to content

Commit 67b67aa

Browse files
chalasrnicolas-grekas
authored andcommitted
[Security\Core] Fix NoopAuthenticationManager::authenticate() return value
1 parent 785b61d commit 67b67aa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Authentication/NoopAuthenticationManager.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,6 @@ class NoopAuthenticationManager implements AuthenticationManagerInterface
2929
{
3030
public function authenticate(TokenInterface $token)
3131
{
32+
return $token;
3233
}
3334
}

0 commit comments

Comments
 (0)