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 f99ba6c

Browse filesBrowse files
committed
minor symfony#20999 Fixed typo in event_dispatcher.rst (miqrogroove)
This PR was submitted for the 7.3 branch but it was merged into the 6.4 branch instead. Discussion ---------- Fixed typo in event_dispatcher.rst Commits ------- f8cdbc8 Fixed typo in event_dispatcher.rst
2 parents c9ffb79 + f8cdbc8 commit f99ba6c
Copy full SHA for f99ba6c

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

‎event_dispatcher.rst

Copy file name to clipboardExpand all lines: event_dispatcher.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ Defining Event Listeners with PHP Attributes
149149

150150
An alternative way to define an event listener is to use the
151151
:class:`Symfony\\Component\\EventDispatcher\\Attribute\\AsEventListener`
152-
PHP attribute. This allows to configure the listener inside its class, without
152+
PHP attribute. This allows you to configure the listener inside its class, without
153153
having to add any configuration in external files::
154154

155155
namespace App\EventListener;

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.