File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
components/event_dispatcher Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -41,10 +41,10 @@ to register event listeners and dispatch events::
41
41
$traceableEventDispatcher->dispatch($event, 'event.the_name');
42
42
43
43
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 `
45
45
method to retrieve an array of event listeners that have been called in
46
46
your application. Similarly, the
47
- :method: `Symfony\\ Component\\ EventDispatcher\\ Debug\\ TraceableEventDispatcherInterface ::getNotCalledListeners `
47
+ :method: `Symfony\\ Component\\ EventDispatcher\\ Debug\\ TraceableEventDispatcher ::getNotCalledListeners `
48
48
method returns an array of event listeners that have not been called::
49
49
50
50
// ...
You can’t perform that action at this time.
0 commit comments