mirror of
https://github.com/predis/predis.git
synced 2026-09-04 23:08:00 +00:00
Remove useless return statement.
This commit is contained in:
@@ -145,8 +145,6 @@ class PhpiredisStreamConnection extends StreamConnection
|
||||
|
||||
if ($buffer === false || $buffer === '') {
|
||||
$this->onConnectionError('Error while reading bytes from the server.');
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
phpiredis_reader_feed($reader, $buffer);
|
||||
|
||||
Reference in New Issue
Block a user