File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,8 @@ The listener should then store the authenticated token in the security context::
47
47
$unauthenticatedToken = new UsernamePasswordToken(
48
48
$username,
49
49
$password,
50
- $this->providerKey);
50
+ $this->providerKey
51
+ );
51
52
52
53
$authenticatedToken = $this
53
54
->authenticationManager
@@ -65,7 +66,8 @@ The listener should then store the authenticated token in the security context::
65
66
The authentication manager
66
67
--------------------------
67
68
68
- The default authentication manager is an instance of :class: `Symfony\\ Component\\ Security\\ Core\\ Authentication\\ AuthenticationProviderManager `::
69
+ The default authentication manager is an instance of
70
+ :class: `Symfony\\ Component\\ Security\\ Core\\ Authentication\\ AuthenticationProviderManager `::
69
71
70
72
use Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager;
71
73
You can’t perform that action at this time.
0 commit comments