Completed
Pull Request — master (#16)
by Akihito
04:55
created
src/Snidel/Fork/Container.php 1 patch
Doc Comments   +5 added lines patch added patch discarded remove patch
@@ -53,6 +53,7 @@  discard block
 block discarded – undo
53 53
 
54 54
     /**
55 55
      * @param   int     $ownerPid
56
+     * @param \Ackintosh\Snidel\Log $log
56 57
      */
57 58
     public function __construct($ownerPid, $log, Config $config)
58 59
     {
@@ -66,6 +67,7 @@  discard block
 block discarded – undo
66 67
 
67 68
     /**
68 69
      * @param   \Ackintosh\Snidel\Task
70
+     * @param \Ackintosh\Snidel\Task\Task $task
69 71
      * @return  void
70 72
      * @throws  \RuntimeException
71 73
      */
@@ -310,6 +312,9 @@  discard block
 block discarded – undo
310 312
         }
311 313
     }
312 314
 
315
+    /**
316
+     * @param string $tag
317
+     */
313 318
     public function getCollection($tag = null)
314 319
     {
315 320
         if ($tag === null) {
Please login to merge, or discard this patch.