diff options
Diffstat (limited to 'lib/public/EventDispatcher/GenericEvent.php')
-rw-r--r-- | lib/public/EventDispatcher/GenericEvent.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/public/EventDispatcher/GenericEvent.php b/lib/public/EventDispatcher/GenericEvent.php index 8e9eda91846..ab2ff734ada 100644 --- a/lib/public/EventDispatcher/GenericEvent.php +++ b/lib/public/EventDispatcher/GenericEvent.php @@ -39,7 +39,6 @@ use function array_key_exists; * convenience reimplementation of \Symfony\Component\GenericEvent against * \OCP\EventDispatcher\Event * - * @package OCP\EventDispatcher * @since 18.0.0 */ class GenericEvent extends Event implements ArrayAccess, IteratorAggregate { |