Skip to content
Snippets Groups Projects
Unverified Commit a79ed065 authored by Christoph Wurst's avatar Christoph Wurst
Browse files

Deprecate \OCP\EventDispatcher\IEventDispatcher::dispatch

parent 25f347a4
No related branches found
No related tags found
No related merge requests found
...@@ -75,6 +75,7 @@ interface IEventDispatcher { ...@@ -75,6 +75,7 @@ interface IEventDispatcher {
* @psalm-param T $event * @psalm-param T $event
* *
* @since 17.0.0 * @since 17.0.0
* @deprecated 21.0.0 use \OCP\EventDispatcher\IEventDispatcher::dispatchTyped
*/ */
public function dispatch(string $eventName, Event $event): void; public function dispatch(string $eventName, Event $event): void;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment