Remove useless return statement.

This commit is contained in:
Daniele Alessandri
2013-12-22 15:31:00 +01:00
parent bf32f4b87c
commit da8a203a75
@@ -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);