@@ -126,7 +126,7 @@ discard block |
||
126 | 126 | * @param mixed $args |
127 | 127 | * @param string $tag |
128 | 128 | * @param \Ackintosh\Snidel\Token $token |
129 | - * @return void |
|
129 | + * @return integer |
|
130 | 130 | * @throws \RuntimeException |
131 | 131 | */ |
132 | 132 | private function forkChild(Token $token, $callable, $args = array(), $tag = null) |
@@ -226,7 +226,7 @@ discard block |
||
226 | 226 | * gets results |
227 | 227 | * |
228 | 228 | * @param string $tag |
229 | - * @return \Ackintosh\Snidel\ForkCollection |
|
229 | + * @return Snidel\Result\Collection |
|
230 | 230 | * @throws \InvalidArgumentException |
231 | 231 | */ |
232 | 232 | public function get($tag = null) |
@@ -313,6 +313,7 @@ discard block |
||
313 | 313 | * fork the first processing of the map container |
314 | 314 | * |
315 | 315 | * @param \Ackintosh\Snidel\MapContainer |
316 | + * @param Token $token |
|
316 | 317 | * @return void |
317 | 318 | * @throws \RuntimeException |
318 | 319 | */ |