Browse Source

Fix @since version on new API

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
pull/10973/head
Christoph Wurst 7 years ago
committed by Roeland Jago Douma
parent
commit
b4b095ca91
No known key found for this signature in database GPG Key ID: F941078878347C0C
  1. 2
      lib/private/Support/CrashReport/Registry.php
  2. 2
      lib/public/Support/CrashReport/IRegistry.php

2
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) {

2
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 = []);

Loading…
Cancel
Save