From: Philipp Holzer Date: Mon, 7 Jan 2019 21:01:38 +0000 (+0100) Subject: revert phpdoc change X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=1b802548b21591c255e65d97ce9608edb0f276c2;p=friendica.git revert phpdoc change --- diff --git a/src/Core/Logger.php b/src/Core/Logger.php index 19e4d28d74..277a091641 100644 --- a/src/Core/Logger.php +++ b/src/Core/Logger.php @@ -105,7 +105,7 @@ class Logger extends BaseObject * Mapping a legacy level to the PSR-3 compliant levels * @see https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-3-logger-interface.md#5-psrlogloglevel * - * @param mixed $level the level to be mapped + * @param string $level the level to be mapped * * @return string the PSR-3 compliant level */