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 045c8ed3601..997834ad7b5 100644 --- a/lib/public/EventDispatcher/IEventDispatcher.php +++ b/lib/public/EventDispatcher/IEventDispatcher.php @@ -79,5 +79,4 @@ interface IEventDispatcher { * @since 18.0.0 */ public function dispatchTyped(Event $event): void; - } |