From fec3fefad77626e3b97df386abaa0bfa4efc476c Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Mon, 8 Jun 2020 19:10:26 +0200 Subject: [PATCH] Deprecate \OCP\IServerContainer::getEventDispatcher Signed-off-by: Christoph Wurst --- lib/public/IServerContainer.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/public/IServerContainer.php b/lib/public/IServerContainer.php index 40f8d93f35..45f2a1caf4 100644 --- a/lib/public/IServerContainer.php +++ b/lib/public/IServerContainer.php @@ -490,6 +490,7 @@ interface IServerContainer extends IContainer { * Get the EventDispatcher * * @return EventDispatcherInterface + * @deprecated 20.0.0 use \OCP\EventDispatcher\IEventDispatcher * @since 8.2.0 */ public function getEventDispatcher();