mirror of
https://github.com/Seldaek/monolog.git
synced 2025-10-22 09:06:10 +02:00
CS fixes
This commit is contained in:
@@ -74,6 +74,7 @@ class HandlerWrapper implements HandlerInterface
|
||||
public function pushProcessor($callback)
|
||||
{
|
||||
$this->handler->pushProcessor($callback);
|
||||
|
||||
return $this;
|
||||
}
|
||||
|
||||
@@ -91,6 +92,7 @@ class HandlerWrapper implements HandlerInterface
|
||||
public function setFormatter(FormatterInterface $formatter)
|
||||
{
|
||||
$this->handler->setFormatter($formatter);
|
||||
|
||||
return $this;
|
||||
}
|
||||
|
||||
@@ -101,4 +103,4 @@ class HandlerWrapper implements HandlerInterface
|
||||
{
|
||||
return $this->handler->getFormatter();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user