1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-07-30 09:50:26 +02:00

Fix phpdoc

This commit is contained in:
Jordi Boggiano
2022-04-24 14:11:03 +02:00
parent c312cfdabf
commit a6a66b1178

View File

@@ -372,8 +372,8 @@ class Logger implements LoggerInterface, ResettableInterface
*
* @throws \Psr\Log\InvalidArgumentException If level is not defined
*
* @phpstan-param Level $level
* @phpstan-return LevelName
* @phpstan-param value-of<Level::VALUES>|Level $level
* @phpstan-return value-of<LevelName::VALUES>
*
* @deprecated Use Monolog\Level->toLevelName()->value instead
*/