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
+2 -2
View File
@@ -58,8 +58,8 @@ interface ClientInterface extends BasicClientInterface
/**
* Creates a new instance of the specified Redis command.
*
* @param string $method Command ID.
* @param array $arguments Arguments for the command.
* @param string $method Command ID.
* @param array $arguments Arguments for the command.
* @return CommandInterface
*/
public function createCommand($method, $arguments = array());