diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2018-09-03 08:49:14 +0200 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2018-09-05 20:58:39 +0200 |
commit | b4b095ca9196031b1709d54ab441a1e17ddaa2fd (patch) | |
tree | dffcd9b7fbbfe3ab0f0a7eda88484278f1c33d57 /lib/private/Support | |
parent | ff58732c0d56a5269a31c132cd5bd0fe5b9ad3fa (diff) | |
download | nextcloud-server-b4b095ca9196031b1709d54ab441a1e17ddaa2fd.tar.gz nextcloud-server-b4b095ca9196031b1709d54ab441a1e17ddaa2fd.zip |
Fix @since version on new API
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'lib/private/Support')
-rw-r--r-- | lib/private/Support/CrashReport/Registry.php | 2 |
1 files changed, 1 insertions, 1 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) { |