@@ -22,6 +22,7 @@ |
||
22 | 22 | * |
23 | 23 | * @param callable $worker |
24 | 24 | * @param int $limit |
25 | + * @return void |
|
25 | 26 | */ |
26 | 27 | public function receive(callable $worker, $limit = 1); |
27 | 28 | } |