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 39a2dc5

Browse filesBrowse files
committed
minor #12718 fix TraceableEventDispatcherInterface removed in 5.0 (jzawadzki)
This PR was merged into the 5.0 branch. Discussion ---------- fix TraceableEventDispatcherInterface removed in 5.0 As per https://github.com/symfony/symfony/pull/24392/files in 5.0 `TraceableEventDispatcherInterface` is no more. Commits ------- 7719243 fix TraceableEventDispatcherInterface removed in 5.0
2 parents 0582321 + 7719243 commit 39a2dc5
Copy full SHA for 39a2dc5

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.