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
@@ -55,7 +55,7 @@ class TextResponseReader implements ResponseReaderInterface
* Sets a response handler for a certain prefix that identifies a type of
* reply that can be returned by Redis.
*
* @param string $prefix Identifier for a type of reply.
* @param string $prefix Identifier for a type of reply.
* @param ResponseHandlerInterface $handler Response handler for the reply.
*/
public function setHandler($prefix, ResponseHandlerInterface $handler)
@@ -67,7 +67,7 @@ class TextResponseReader implements ResponseReaderInterface
* Returns the response handler associated to a certain type of reply that
* can be returned by Redis.
*
* @param string $prefix Identifier for a type of reply.
* @param string $prefix Identifier for a type of reply.
* @return ResponseHandlerInterface
*/
public function getHandler($prefix)
@@ -104,7 +104,7 @@ class TextResponseReader implements ResponseReaderInterface
* reply from a connection to Redis.
*
* @param ComposableConnectionInterface $connection Connection to Redis that generated the error.
* @param string $message Error message.
* @param string $message Error message.
*/
private function protocolError(ComposableConnectionInterface $connection, $message)
{