@@ -57,7 +57,7 @@ discard block |
||
57 | 57 | private $resultQueue; |
58 | 58 | |
59 | 59 | /** |
60 | - * @param int $ownerPid |
|
60 | + * @param \Ackintosh\Snidel\Log $log |
|
61 | 61 | */ |
62 | 62 | public function __construct(Config $config, $log) |
63 | 63 | { |
@@ -77,6 +77,7 @@ discard block |
||
77 | 77 | |
78 | 78 | /** |
79 | 79 | * @param \Ackintosh\Snidel\Task |
80 | + * @param \Ackintosh\Snidel\Task\Task $task |
|
80 | 81 | * @return void |
81 | 82 | * @throws \RuntimeException |
82 | 83 | */ |