diff options
Diffstat (limited to 'lib/public/EventDispatcher/Event.php')
-rw-r--r-- | lib/public/EventDispatcher/Event.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/public/EventDispatcher/Event.php b/lib/public/EventDispatcher/Event.php index 6bc737f5ca7..8e6a5217af9 100644 --- a/lib/public/EventDispatcher/Event.php +++ b/lib/public/EventDispatcher/Event.php @@ -51,5 +51,4 @@ class Event extends SymfonyEvent { */ public function __construct() { } - } |