Run php-cs against source code.

This commit is contained in:
Daniele Alessandri
2013-12-22 17:25:01 +01:00
parent f499d5695a
commit a6dd685f8d
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -65,8 +65,8 @@ class PipelineContext implements BasicClientInterface, ExecutableContextInterfac
/**
* Queues a command into the pipeline buffer.
*
* @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 $this
*/
public function __call($method, $arguments)
@@ -90,7 +90,7 @@ class PipelineContext implements BasicClientInterface, ExecutableContextInterfac
/**
* Queues a command instance into the pipeline buffer.
*
* @param CommandInterface $command Command to queue in the buffer.
* @param CommandInterface $command Command to queue in the buffer.
* @return $this
*/
public function executeCommand(CommandInterface $command)
+1 -1
View File
@@ -200,7 +200,7 @@ class MultiExecContext implements BasicClientInterface, ExecutableContextInterfa
/**
* Executes the specified Redis command.
*
* @param CommandInterface $command Command instance.
* @param CommandInterface $command Command instance.
* @return $this|mixed
*/
public function executeCommand(CommandInterface $command)