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
No known key found for this signature in database
GPG Key ID: F941078878347C0C
2 changed files with
2 additions and
2 deletions
-
lib/private/Support/CrashReport/Registry.php
-
lib/public/Support/CrashReport/IRegistry.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) { |
|
|
|
|
|
|
|
@ -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 = []); |
|
|
|
|
|
|
|
|