Skip to content

Commit f753e90

Browse files
Merge branch '5.4' into 6.0
* 5.4: Fix bad merge
2 parents 278bbe7 + 28695d1 commit f753e90

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
@@ -230,9 +230,9 @@ public function onAuthenticationSuccess(Request $request, TokenInterface $token,
230230
public function onAuthenticationFailure(Request $request, AuthenticationException $exception): ?Response
231231
{
232232
}
233-
}
234233

235-
public function createToken(Passport $passport, string $firewallName): TokenInterface
236-
{
234+
public function createToken(Passport $passport, string $firewallName): TokenInterface
235+
{
236+
}
237237
}
238238
}

0 commit comments

Comments
 (0)