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:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2018-09-03 09:49:14 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2018-09-05 21:58:39 +0300
commitb4b095ca9196031b1709d54ab441a1e17ddaa2fd (patch)
treedffcd9b7fbbfe3ab0f0a7eda88484278f1c33d57 /lib/public/Support
parentff58732c0d56a5269a31c132cd5bd0fe5b9ad3fa (diff)
Fix @since version on new API
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'lib/public/Support')
-rw-r--r--lib/public/Support/CrashReport/IRegistry.php2
1 files changed, 1 insertions, 1 deletions
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 = []);