]> source.dussan.org Git - nextcloud-server.git/commitdiff
Deprecate \OCP\IServerContainer::getEventDispatcher 21322/head
authorChristoph Wurst <christoph@winzerhof-wurst.at>
Mon, 8 Jun 2020 17:10:26 +0000 (19:10 +0200)
committerChristoph Wurst <christoph@winzerhof-wurst.at>
Mon, 8 Jun 2020 17:10:26 +0000 (19:10 +0200)
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
lib/public/IServerContainer.php

index 40f8d93f350f2d74581cbeb13e2f1fb3f2f9152b..45f2a1caf4e9ff5cbae89220c6f2fadd0d67a6ad 100644 (file)
@@ -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();