diff options
Diffstat (limited to 'lib/public/EventDispatcher/IEventDispatcher.php')
-rw-r--r-- | lib/public/EventDispatcher/IEventDispatcher.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/public/EventDispatcher/IEventDispatcher.php b/lib/public/EventDispatcher/IEventDispatcher.php index 82505b6a512..0a96fa799d4 100644 --- a/lib/public/EventDispatcher/IEventDispatcher.php +++ b/lib/public/EventDispatcher/IEventDispatcher.php @@ -32,7 +32,6 @@ namespace OCP\EventDispatcher; * @since 17.0.0 */ interface IEventDispatcher { - /** * @template T of \OCP\EventDispatcher\Event * @param string $eventName preferably the fully-qualified class name of the Event sub class |