Merge pull request #21322 from nextcloud/techdebt/deprecate-iservercontainer-geteventdispatcher

Deprecate \OCP\IServerContainer::getEventDispatcher
This commit is contained in:
Roeland Jago Douma 2020-06-09 10:32:41 +02:00 committed by GitHub
commit 3f07485a04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View 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();