|
@@ -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)
|