Skip to content

Commit 39be566

Browse files
Style modifications based on feedback from @wouterj
1 parent 1257b03 commit 39be566

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

components/security/authentication.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ The listener should then store the authenticated token in the security context::
4747
$unauthenticatedToken = new UsernamePasswordToken(
4848
$username,
4949
$password,
50-
$this->providerKey);
50+
$this->providerKey
51+
);
5152

5253
$authenticatedToken = $this
5354
->authenticationManager
@@ -65,7 +66,8 @@ The listener should then store the authenticated token in the security context::
6566
The authentication manager
6667
--------------------------
6768

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`::
6971

7072
use Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager;
7173

0 commit comments

Comments
 (0)