From b4b095ca9196031b1709d54ab441a1e17ddaa2fd Mon Sep 17 00:00:00 2001
From: Christoph Wurst <christoph@winzerhof-wurst.at>
Date: Mon, 3 Sep 2018 08:49:14 +0200
Subject: [PATCH] Fix @since version on new API

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
---
 lib/private/Support/CrashReport/Registry.php | 2 +-
 lib/public/Support/CrashReport/IRegistry.php | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/private/Support/CrashReport/Registry.php b/lib/private/Support/CrashReport/Registry.php
index d07509561c6..72c43fe37e2 100644
--- a/lib/private/Support/CrashReport/Registry.php
+++ b/lib/private/Support/CrashReport/Registry.php
@@ -49,7 +49,7 @@ class Registry implements IRegistry {
 	 * @param string $category
 	 * @param array $context
 	 *
-	 * @since 13.0.0
+	 * @since 15.0.0
 	 */
 	public function delegateBreadcrumb(string $message, string $category, array $context = []) {
 		foreach ($this->reporters as $reporter) {
diff --git a/lib/public/Support/CrashReport/IRegistry.php b/lib/public/Support/CrashReport/IRegistry.php
index fe6f6beb7bb..2833e66a9b7 100644
--- a/lib/public/Support/CrashReport/IRegistry.php
+++ b/lib/public/Support/CrashReport/IRegistry.php
@@ -45,7 +45,7 @@ interface IRegistry {
 	 * @param string $category
 	 * @param array $context
 	 *
-	 * @since 13.0.0
+	 * @since 15.0.0
 	 */
 	public function delegateBreadcrumb(string $message, string $category, array $context = []);
 
-- 
GitLab