Skip to content

Commit 28695d1

Browse files
Fix bad merge
1 parent ef3cc76 commit 28695d1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Tests/Security/CheckLdapCredentialsListenerTest.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -244,9 +244,9 @@ public function onAuthenticationSuccess(Request $request, TokenInterface $token,
244244
public function onAuthenticationFailure(Request $request, AuthenticationException $exception): ?Response
245245
{
246246
}
247-
}
248247

249-
public function createToken(Passport $passport, string $firewallName): TokenInterface
250-
{
248+
public function createToken(Passport $passport, string $firewallName): TokenInterface
249+
{
250+
}
251251
}
252252
}

0 commit comments

Comments
 (0)