@@ -45,7 +45,7 @@ discard block |
||
| 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 |
||
| 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 | */ |