Skip to content

Commit 65c1cb2

Browse files
committed
Merge branch '5.0'
* 5.0: Fix highlighting. Refs #12781
2 parents 2040edb + 9ec327d commit 65c1cb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

security/custom_authentication_provider.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ The Listener
9797

9898
Next, you need a listener to listen on the firewall. The listener
9999
is responsible for fielding requests to the firewall and calling the authentication
100-
provider. Listener is a callable, so you have to implement __invoke() method.
100+
provider. Listener is a callable, so you have to implement an ``__invoke()`` method.
101101
A security listener should handle the
102102
:class:`Symfony\\Component\\HttpKernel\\Event\\RequestEvent` event, and
103103
set an authenticated token in the token storage if successful::

0 commit comments

Comments
 (0)