mirror of
https://github.com/predis/predis.git
synced 2026-08-24 15:59:32 +00:00
Run php-cs against codebase.
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user