Fix @since version on new API
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
This commit is contained in:
parent
ff58732c0d
commit
b4b095ca91
|
@ -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 = []);
|
||||
|
||||
|
|
Loading…
Reference in New Issue