Skip to content

Commit 5e2a154

Browse files
More return type fixes
1 parent 17c2d67 commit 5e2a154

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Tests/DependencyInjection/SecurityExtensionTest.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -856,6 +856,10 @@ public function onAuthenticationSuccess(Request $request, TokenInterface $token,
856856
public function onAuthenticationFailure(Request $request, AuthenticationException $exception): ?Response
857857
{
858858
}
859+
860+
public function createToken(Passport $passport, string $firewallName): TokenInterface
861+
{
862+
}
859863
}
860864

861865
class NullAuthenticator implements GuardAuthenticatorInterface

0 commit comments

Comments
 (0)