| @@ -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 null|integer | |
| 130 | 130 | * @throws \RuntimeException | 
| 131 | 131 | */ | 
| 132 | 132 | private function forkChild(Token $token, $callable, $args = array(), $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 | */ |