Deprecate \OCP\EventDispatcher\IEventDispatcher::dispatch

As discussed in
https://help.nextcloud.com/t/deprecation-of-ieventdispatcher-dispatch/95381

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
This commit is contained in:
Christoph Wurst 2020-10-27 15:43:07 +01:00
parent 25f347a49a
commit a79ed0653b
No known key found for this signature in database
GPG key ID: CC42AC2A7F0E56D8

View file

@ -75,6 +75,7 @@ interface IEventDispatcher {
* @psalm-param T $event
*
* @since 17.0.0
* @deprecated 21.0.0 use \OCP\EventDispatcher\IEventDispatcher::dispatchTyped
*/
public function dispatch(string $eventName, Event $event): void;