diff --git a/lib/private/EventDispatcher/EventDispatcher.php b/lib/private/EventDispatcher/EventDispatcher.php index 9b44ac89f9873..2d35874c5b11f 100644 --- a/lib/private/EventDispatcher/EventDispatcher.php +++ b/lib/private/EventDispatcher/EventDispatcher.php @@ -86,12 +86,4 @@ public function dispatch(string $eventName, public function dispatchTyped(Event $event): void { $this->dispatch(get_class($event), $event); } - - /** - * @return SymfonyDispatcher - * @deprecated 20.0.0 - */ - public function getSymfonyDispatcher(): SymfonyDispatcher { - return $this->dispatcher; - } }