diff options
Diffstat (limited to 'includes/DomainEvent/DomainEventSubscriber.php')
-rw-r--r-- | includes/DomainEvent/DomainEventSubscriber.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/includes/DomainEvent/DomainEventSubscriber.php b/includes/DomainEvent/DomainEventSubscriber.php index e4c4d69b1473..6009bcee9b04 100644 --- a/includes/DomainEvent/DomainEventSubscriber.php +++ b/includes/DomainEvent/DomainEventSubscriber.php @@ -7,7 +7,6 @@ namespace MediaWiki\DomainEvent; * related event listeners. * * @since 1.44 - * @stable to type * @note Extensions should not implement this interface directly but should * extend DomainEventIngress. */ |