diff options
Diffstat (limited to 'includes/DomainEvent/DomainEventSource.php')
-rw-r--r-- | includes/DomainEvent/DomainEventSource.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/includes/DomainEvent/DomainEventSource.php b/includes/DomainEvent/DomainEventSource.php index d440705f528f..2b8b2e5a2a8f 100644 --- a/includes/DomainEvent/DomainEventSource.php +++ b/includes/DomainEvent/DomainEventSource.php @@ -5,7 +5,6 @@ namespace MediaWiki\DomainEvent; * Service object for registering listeners for domain events. * * @since 1.44 - * @unstable until 1.45 */ interface DomainEventSource { |