Code formatting

This commit is contained in:
Matt Bonneau 2019-12-12 11:37:11 -05:00
parent 921f838255
commit c004fa7e64

View File

@ -105,6 +105,7 @@ class MessageBuffer {
if ($dataLen < 2) {
$this->leftovers = $data;
return;
}
@ -147,6 +148,7 @@ class MessageBuffer {
$onControl = $this->onControl;
$onControl($closeFrame);
$this->leftovers = '';
return;
}