mirror of
https://github.com/predis/predis.git
synced 2026-08-31 12:43:31 +00:00
Add missing parameters in the phpdocs of PipelineContext.
This commit is contained in:
@@ -91,6 +91,8 @@ class PipelineContext
|
||||
|
||||
/**
|
||||
* Queues a command instance into the pipeline buffer.
|
||||
*
|
||||
* @param ICommand $command Command to queue in the buffer.
|
||||
*/
|
||||
protected function recordCommand(ICommand $command)
|
||||
{
|
||||
@@ -99,6 +101,8 @@ class PipelineContext
|
||||
|
||||
/**
|
||||
* Queues a command instance into the pipeline buffer.
|
||||
*
|
||||
* @param ICommand $command Command to queue in the buffer.
|
||||
*/
|
||||
public function executeCommand(ICommand $command)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user