mirror of
https://github.com/Seldaek/monolog.git
synced 2025-10-22 00:56:08 +02:00
Fix type errors, thanks phan
This commit is contained in:
@@ -25,7 +25,7 @@ use Monolog\Formatter\FormatterInterface;
|
||||
class GelfHandler extends AbstractProcessingHandler
|
||||
{
|
||||
/**
|
||||
* @var Publisher the publisher object that sends the message to the server
|
||||
* @var PublisherInterface|null the publisher object that sends the message to the server
|
||||
*/
|
||||
protected $publisher;
|
||||
|
||||
|
Reference in New Issue
Block a user