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 3c4939a

Browse filesBrowse files
committed
Merge branch '5.0'
* 5.0: fix TraceableEventDispatcherInterface removed in 5.0
2 parents a704417 + 39a2dc5 commit 3c4939a
Copy full SHA for 3c4939a

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

+2
-2
lines changed

‎components/event_dispatcher/traceable_dispatcher.rst

Copy file name to clipboardExpand all lines: components/event_dispatcher/traceable_dispatcher.rst
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ to register event listeners and dispatch events::
4141
$traceableEventDispatcher->dispatch($event, 'event.the_name');
4242

4343
After your application has been processed, you can use the
44-
:method:`Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcherInterface::getCalledListeners`
44+
:method:`Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher::getCalledListeners`
4545
method to retrieve an array of event listeners that have been called in
4646
your application. Similarly, the
47-
:method:`Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcherInterface::getNotCalledListeners`
47+
:method:`Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher::getNotCalledListeners`
4848
method returns an array of event listeners that have not been called::
4949

5050
// ...

0 commit comments

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