mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
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:
parent
25f347a49a
commit
a79ed0653b
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue