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 f70a501

Browse filesBrowse files
committed
minor #12783 Fix highlighting. Refs #12781 (OskarStark)
This PR was merged into the 4.3 branch. Discussion ---------- Fix highlighting. Refs #12781 Commits ------- 286a980 Fix highlighting. Refs #12781
2 parents 3da5664 + 286a980 commit f70a501
Copy full SHA for f70a501

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.