Fix @since version on new API

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
This commit is contained in:
Christoph Wurst 2018-09-03 08:49:14 +02:00 committed by Roeland Jago Douma
parent ff58732c0d
commit b4b095ca91
No known key found for this signature in database
GPG Key ID: F941078878347C0C
2 changed files with 2 additions and 2 deletions

View File

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

View File

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