1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-10-23 01:26:11 +02:00

Docblock fixes

This commit is contained in:
Jordi Boggiano
2015-12-18 17:48:21 +00:00
parent 205f528f5b
commit 3a41aa08c4
2 changed files with 4 additions and 4 deletions

View File

@@ -118,7 +118,7 @@ abstract class AbstractHandler implements HandlerInterface
/**
* Sets minimum logging level at which this handler will be triggered.
*
* @param int $level
* @param int|string $level Level or level name
* @return self
*/
public function setLevel($level)