mirror of
https://github.com/Seldaek/monolog.git
synced 2025-10-22 09:06:10 +02:00
Wrap up type-hint adding to all handlers
This commit is contained in:
@@ -31,7 +31,7 @@ class GelfHandler extends AbstractProcessingHandler
|
||||
|
||||
/**
|
||||
* @param PublisherInterface $publisher a publisher object
|
||||
* @param int $level The minimum logging level at which this handler will be triggered
|
||||
* @param string|int $level The minimum logging level at which this handler will be triggered
|
||||
* @param bool $bubble Whether the messages that are handled can bubble up the stack or not
|
||||
*/
|
||||
public function __construct(PublisherInterface $publisher, $level = Logger::DEBUG, bool $bubble = true)
|
||||
|
Reference in New Issue
Block a user