summaryrefslogtreecommitdiffstats
path: root/lib/public/notification/inotifier.php
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@owncloud.com>2016-01-22 10:51:36 +0100
committerJoas Schilling <nickvergessen@owncloud.com>2016-01-22 10:51:36 +0100
commit9ea7ae6f872ab9824fd5afd320a8c9ebb17fc2fc (patch)
tree95a3dcc8929ca714f02f2a5c7df7ea428a196e2b /lib/public/notification/inotifier.php
parentee02165005f3fd24e1a17fdb3faeedda036d93c7 (diff)
downloadnextcloud-server-9ea7ae6f872ab9824fd5afd320a8c9ebb17fc2fc.tar.gz
nextcloud-server-9ea7ae6f872ab9824fd5afd320a8c9ebb17fc2fc.zip
Adjust the since on the interface
Diffstat (limited to 'lib/public/notification/inotifier.php')
-rw-r--r--lib/public/notification/inotifier.php4
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);
}