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::
4141 $traceableEventDispatcher->dispatch($event, 'event.the_name');
4242
4343After 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 `
4545method to retrieve an array of event listeners that have been called in
4646your application. Similarly, the
47- :method: `Symfony\\ Component\\ EventDispatcher\\ Debug\\ TraceableEventDispatcherInterface ::getNotCalledListeners `
47+ :method: `Symfony\\ Component\\ EventDispatcher\\ Debug\\ TraceableEventDispatcher ::getNotCalledListeners `
4848method returns an array of event listeners that have not been called::
4949
5050 // ...
You can’t perform that action at this time.
0 commit comments