diff --git a/lib/private/Support/CrashReport/Registry.php b/lib/private/Support/CrashReport/Registry.php
index d07509561c66a8a2cce67f7923f461b97d440f66..72c43fe37e2cee3a678d12334dfac7dc00495acb 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 fe6f6beb7bb17275b05580a64e4d79591eb7367b..2833e66a9b78bb9677ab2ccddf43464068fdbf18 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 = []);