mirror of
https://github.com/Seldaek/monolog.git
synced 2025-10-29 11:26:09 +01:00
Fix build (#1954)
* Fix build * Update phpstan-baseline.neon * better fix
This commit is contained in:
@@ -163,7 +163,7 @@ class BufferHandler extends AbstractHandler implements ProcessableHandlerInterfa
|
||||
throw new \UnexpectedValueException('The nested handler of type '.\get_class($this->handler).' does not support formatters.');
|
||||
}
|
||||
|
||||
public function setHandler(HandlerInterface $handler)
|
||||
public function setHandler(HandlerInterface $handler): void
|
||||
{
|
||||
$this->handler = $handler;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user