Completed
Pull Request — master (#20)
by Akihito
01:27
created
src/Snidel/Fork/Container.php 1 patch
Doc Comments   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -45,7 +45,7 @@  discard block
 block discarded – undo
45 45
     private $receivedSignal;
46 46
 
47 47
     /**
48
-     * @param   int     $ownerPid
48
+     * @param \Ackintosh\Snidel\Log $log
49 49
      */
50 50
     public function __construct(Config $config, $log)
51 51
     {
@@ -58,6 +58,7 @@  discard block
 block discarded – undo
58 58
 
59 59
     /**
60 60
      * @param   \Ackintosh\Snidel\Task
61
+     * @param \Ackintosh\Snidel\Task\Task $task
61 62
      * @return  void
62 63
      * @throws  \RuntimeException
63 64
      */
Please login to merge, or discard this patch.