Run php-cs against codebase.

This commit is contained in:
Daniele Alessandri
2013-12-17 12:53:36 +01:00
parent 5529e33047
commit 02e43143d3
77 changed files with 248 additions and 258 deletions
@@ -26,14 +26,14 @@ interface ProtocolProcessorInterface
* Writes a request over a connection to Redis.
*
* @param ComposableConnectionInterface $connection Redis connection.
* @param CommandInterface $command Command instance.
* @param CommandInterface $command Command instance.
*/
public function write(ComposableConnectionInterface $connection, CommandInterface $command);
/**
* Reads a response from a connection to Redis.
*
* @param ComposableConnectionInterface $connection Redis connection.
* @param ComposableConnectionInterface $connection Redis connection.
* @return mixed
*/
public function read(ComposableConnectionInterface $connection);