mirror of
https://github.com/predis/predis.git
synced 2026-09-04 23:08:00 +00:00
Fix cs.
This commit is contained in:
@@ -191,7 +191,8 @@ class StreamConnection extends AbstractConnection
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function read() {
|
||||
public function read()
|
||||
{
|
||||
$socket = $this->getResource();
|
||||
$chunk = fgets($socket);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user