mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-02 03:10:15 +02:00
@@ -36,7 +36,7 @@ class SocketHandler extends AbstractProcessingHandler
|
|||||||
private $writingTimeout = 10.0;
|
private $writingTimeout = 10.0;
|
||||||
/** @var ?int */
|
/** @var ?int */
|
||||||
private $lastSentBytes = null;
|
private $lastSentBytes = null;
|
||||||
/** @var int */
|
/** @var ?int */
|
||||||
private $chunkSize = null;
|
private $chunkSize = null;
|
||||||
/** @var bool */
|
/** @var bool */
|
||||||
private $persistent = false;
|
private $persistent = false;
|
||||||
@@ -197,7 +197,7 @@ class SocketHandler extends AbstractProcessingHandler
|
|||||||
/**
|
/**
|
||||||
* Get current chunk size
|
* Get current chunk size
|
||||||
*/
|
*/
|
||||||
public function getChunkSize(): int
|
public function getChunkSize(): ?int
|
||||||
{
|
{
|
||||||
return $this->chunkSize;
|
return $this->chunkSize;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user