Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lib/public/Activity/IProvider.php')
-rw-r--r--lib/public/Activity/IProvider.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/public/Activity/IProvider.php b/lib/public/Activity/IProvider.php
index 6e4b9b16271..5b78e26f4bc 100644
--- a/lib/public/Activity/IProvider.php
+++ b/lib/public/Activity/IProvider.php
@@ -25,7 +25,7 @@ namespace OCP\Activity;
* Interface IProvider
*
* @package OCP\Activity
- * @since 9.2.0
+ * @since 11.0.0
*/
interface IProvider {
/**
@@ -33,7 +33,7 @@ interface IProvider {
* @param IEvent|null $previousEvent
* @return IEvent
* @throws \InvalidArgumentException
- * @since 9.2.0
+ * @since 11.0.0
*/
public function parse(IEvent $event, IEvent $previousEvent = null);
}