Skip to content

Commit d402e86

Browse files
committed
Merge branch '6.0' into 6.1
* 6.0: Typos In Comments 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 b79e586 + fac20dc commit d402e86

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
@@ -119,7 +119,7 @@ public function loginUser(object $user, string $firewallContext = 'main'): stati
119119
}
120120

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

0 commit comments

Comments
 (0)