Code formatting
This commit is contained in:
parent
921f838255
commit
c004fa7e64
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user