Skip to content

Commit 8a753f0

Browse files
committed
Merge branch '6.1' into 6.2
* 6.1: Typos In Comments typo s/retrieveing/retrieving Typos on 6.0 branch remove duplicated catch block s/<\br>/<br> [HttpClient] Fix retrying requests when the content is used by the strategy
2 parents f3f0b7f + d402e86 commit 8a753f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

KernelBrowser.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ public function loginUser(object $user, string $firewallContext = 'main'): stati
116116
}
117117

118118
$token = new TestBrowserToken($user->getRoles(), $user, $firewallContext);
119-
// required for compatibilty with Symfony 5.4
119+
// required for compatibility with Symfony 5.4
120120
if (method_exists($token, 'isAuthenticated')) {
121121
$token->setAuthenticated(true, false);
122122
}

0 commit comments

Comments
 (0)