From: Christoph Wurst Date: Mon, 8 Jun 2020 17:10:26 +0000 (+0200) Subject: Deprecate \OCP\IServerContainer::getEventDispatcher X-Git-Tag: v20.0.0beta1~436^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=fec3fefad77626e3b97df386abaa0bfa4efc476c;p=nextcloud-server.git Deprecate \OCP\IServerContainer::getEventDispatcher Signed-off-by: Christoph Wurst --- diff --git a/lib/public/IServerContainer.php b/lib/public/IServerContainer.php index 40f8d93f350..45f2a1caf4e 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();