mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-07 21:56:31 +02:00
Remove not needed cast
This commit is contained in:
@@ -44,7 +44,7 @@ class BufferHandler extends AbstractHandler implements ProcessableHandlerInterfa
|
|||||||
{
|
{
|
||||||
parent::__construct($level, $bubble);
|
parent::__construct($level, $bubble);
|
||||||
$this->handler = $handler;
|
$this->handler = $handler;
|
||||||
$this->bufferLimit = (int) $bufferLimit;
|
$this->bufferLimit = $bufferLimit;
|
||||||
$this->flushOnOverflow = $flushOnOverflow;
|
$this->flushOnOverflow = $flushOnOverflow;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user