Code formatting
This commit is contained in:
parent
921f838255
commit
c004fa7e64
@ -105,6 +105,7 @@ class MessageBuffer {
|
|||||||
|
|
||||||
if ($dataLen < 2) {
|
if ($dataLen < 2) {
|
||||||
$this->leftovers = $data;
|
$this->leftovers = $data;
|
||||||
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -147,6 +148,7 @@ class MessageBuffer {
|
|||||||
$onControl = $this->onControl;
|
$onControl = $this->onControl;
|
||||||
$onControl($closeFrame);
|
$onControl($closeFrame);
|
||||||
$this->leftovers = '';
|
$this->leftovers = '';
|
||||||
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user