Run php-cs against codebase.

This commit is contained in:
Daniele Alessandri
2013-12-17 12:59:31 +01:00
parent fd1c6f244f
commit 9d4524cae7
80 changed files with 262 additions and 267 deletions
@@ -24,9 +24,9 @@ interface ResponseHandlerInterface
* Parses a type of reply returned by Redis and reads more data from the
* connection if needed.
*
* @param ComposableConnectionInterface $connection Connection to Redis.
* @param string $payload Initial payload of the reply.
* @param ComposableConnectionInterface $connection Connection to Redis.
* @param string $payload Initial payload of the reply.
* @return mixed
*/
function handle(ComposableConnectionInterface $connection, $payload);
public function handle(ComposableConnectionInterface $connection, $payload);
}