mirror of
https://github.com/predis/predis.git
synced 2026-08-24 14:29:35 +00:00
Run php-cs against codebase.
This commit is contained in:
@@ -48,7 +48,7 @@ interface ConnectionInterface
|
||||
/**
|
||||
* Reads the response to the given command from the connection.
|
||||
*
|
||||
* @param CommandInterface $command Command instance.
|
||||
* @param CommandInterface $command Command instance.
|
||||
* @return mixed
|
||||
*/
|
||||
public function readResponse(CommandInterface $command);
|
||||
@@ -57,7 +57,7 @@ interface ConnectionInterface
|
||||
* Writes a request for the given command over the connection and reads back
|
||||
* the response returned by Redis.
|
||||
*
|
||||
* @param CommandInterface $command Command instance.
|
||||
* @param CommandInterface $command Command instance.
|
||||
* @return mixed
|
||||
*/
|
||||
public function executeCommand(CommandInterface $command);
|
||||
|
||||
Reference in New Issue
Block a user