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
@@ -22,7 +22,7 @@ use Predis\Connection\ComposableConnectionInterface;
interface ResponseReaderInterface
{
/**
* Reads responses from the connection.
* Reads a response from the connection.
*
* @param ComposableConnectionInterface $connection Connection to Redis.
* @return mixed