Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d161c22

Browse filesBrowse files
committed
Merge branch '4.3' into 4.4
* 4.3: Fix highlighting. Refs #12781
2 parents 301cff0 + f70a501 commit d161c22
Copy full SHA for d161c22

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎security/custom_authentication_provider.rst

Copy file name to clipboardExpand all lines: security/custom_authentication_provider.rst
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.