Minor tweaks to phpdoc descriptions.

This commit is contained in:
Daniele Alessandri
2013-11-09 18:51:16 +01:00
parent d431ea6dba
commit b38f640ac9
9 changed files with 9 additions and 13 deletions
@@ -17,7 +17,7 @@ use Predis\Iterator\MultiBulkResponseSimple;
use Predis\Protocol\ProtocolException;
/**
* Handler for the multibulk response type of the standard Redis wire protocol.
* Handler for the multibulk response type in the standard Redis wire protocol.
* It returns multibulk responses as iterators that can stream bulk elements.
*
* Please note that streamable multibulk replies are not globally supported