Skip to content

Commit 2970067

Browse files
Merge branch '6.4' into 7.2
* 6.4: - CS fixes
2 parents 4a92c57 + 3b1b64a commit 2970067

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tests/SecurityTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ public function testLogin()
154154
->method('getProvidedServices')
155155
->willReturn([
156156
'security.authenticator.custom.dev' => $authenticator,
157-
'security.authenticator.remember_me.main' => $authenticator
157+
'security.authenticator.remember_me.main' => $authenticator,
158158
])
159159
;
160160
$firewallAuthenticatorLocator
@@ -287,7 +287,7 @@ public function testLoginFailsWhenTooManyAuthenticatorsFound()
287287
->method('getProvidedServices')
288288
->willReturn([
289289
'security.authenticator.custom.main' => $authenticator,
290-
'security.authenticator.other.main' => $authenticator
290+
'security.authenticator.other.main' => $authenticator,
291291
])
292292
;
293293

0 commit comments

Comments
 (0)