Add missing parameters in the phpdocs of PipelineContext.

This commit is contained in:
Daniele Alessandri
2011-12-01 15:36:12 +01:00
parent 559c5097cd
commit d79ff39882
+4
View File
@@ -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)
{