mirror of
https://github.com/Seldaek/monolog.git
synced 2025-10-19 23:56:17 +02:00
added more docblock fixes
This commit is contained in:
@@ -24,6 +24,9 @@ class GitProcessor implements ProcessorInterface
|
||||
private $level;
|
||||
private static $cache;
|
||||
|
||||
/**
|
||||
* @param string|int $level The minimum logging level at which this Processor will be triggered
|
||||
*/
|
||||
public function __construct($level = Logger::DEBUG)
|
||||
{
|
||||
$this->level = Logger::toMonologLevel($level);
|
||||
|
Reference in New Issue
Block a user