Completed
Push — master ( 9cd779...98ed6e )
by Greg
02:37
created
src/Collection/CollectionBuilder.php 1 patch
Doc Comments   +7 added lines patch added patch discarded remove patch
@@ -78,6 +78,10 @@  discard block
 block discarded – undo
78 78
         $this->resetState();
79 79
     }
80 80
 
81
+    /**
82
+     * @param \League\Container\ContainerInterface $container
83
+     * @param BuilderAwareInterface $commandFile
84
+     */
81 85
     public static function create($container, $commandFile)
82 86
     {
83 87
         $builder = new self($commandFile);
@@ -286,6 +290,9 @@  discard block
 block discarded – undo
286 290
         return $this->callCollectionStateFunction(__FUNCTION__, func_get_args());
287 291
     }
288 292
 
293
+    /**
294
+     * @param string $functionName
295
+     */
289 296
     protected function callCollectionStateFunction($functionName, $args)
290 297
     {
291 298
         $currentTask = ($this->currentTask instanceof WrappedTaskInterface) ? $this->currentTask->original() : $this->currentTask;
Please login to merge, or discard this patch.