diff options
Diffstat (limited to 'lib/public/notification/inotifier.php')
-rw-r--r-- | lib/public/notification/inotifier.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/public/notification/inotifier.php b/lib/public/notification/inotifier.php index 1740029664c..0d9cecc88b8 100644 --- a/lib/public/notification/inotifier.php +++ b/lib/public/notification/inotifier.php @@ -25,7 +25,7 @@ namespace OCP\Notification; * Interface INotifier * * @package OCP\Notification - * @since 8.2.0 + * @since 9.0.0 */ interface INotifier { /** @@ -33,7 +33,7 @@ interface INotifier { * @param string $languageCode The code of the language that should be used to prepare the notification * @return INotification * @throws \InvalidArgumentException When the notification was not prepared by a notifier - * @since 8.2.0 + * @since 9.0.0 */ public function prepare(INotification $notification, $languageCode); } |