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
@@ -31,7 +31,7 @@ interface ProtocolProcessorInterface
public function write(ComposableConnectionInterface $connection, CommandInterface $command);
/**
* Reads a response from the specified connection and deserializes it.
* Reads a response from the specified connection.
*
* @param ComposableConnectionInterface $connection Connection to Redis.
* @return mixed