| @@ -53,6 +53,7 @@ discard block | ||
| 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 | ||
| 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 | ||
| 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) { |