revert phpdoc change

This commit is contained in:
Philipp Holzer 2019-01-07 22:01:38 +01:00 committed by Hypolite Petovan
parent 9e0be97703
commit 1b802548b2
1 changed files with 1 additions and 1 deletions

View File

@ -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
*/