diff options
Diffstat (limited to 'lib/private/EventDispatcher/EventDispatcher.php')
-rw-r--r-- | lib/private/EventDispatcher/EventDispatcher.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/private/EventDispatcher/EventDispatcher.php b/lib/private/EventDispatcher/EventDispatcher.php index b81b4741306..f2a87cc4c70 100644 --- a/lib/private/EventDispatcher/EventDispatcher.php +++ b/lib/private/EventDispatcher/EventDispatcher.php @@ -100,6 +100,7 @@ class EventDispatcher implements IEventDispatcher { /** * @return SymfonyDispatcher + * @deprecated 20.0.0 */ public function getSymfonyDispatcher(): SymfonyDispatcher { return $this->dispatcher; |