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
+1 -1
View File
@@ -24,7 +24,7 @@ interface BasicClientInterface
/**
* Executes the specified Redis command.
*
* @param CommandInterface $command A Redis command.
* @param CommandInterface $command A Redis command.
* @return mixed
*/
public function executeCommand(CommandInterface $command);