浏览代码

Add missing parameters in the phpdocs of PipelineContext.

Daniele Alessandri 13 年之前
父节点
当前提交
d79ff39882
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      lib/Predis/Pipeline/PipelineContext.php

+ 4 - 0
lib/Predis/Pipeline/PipelineContext.php

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