Home
last modified time | relevance | path

Searched refs:lastSentBytes (Results 1 – 1 of 1) sorted by relevance

/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DSocketHandler.php38 private $lastSentBytes = null; variable in Monolog\\Handler\\SocketHandler
399 $this->lastSentBytes = $sent;
431 if ($sent !== $this->lastSentBytes) {
433 $this->lastSentBytes = $sent;