@@ -325,6 +325,9 @@ |
||
| 325 | 325 | return $this->updatedAt; |
| 326 | 326 | } |
| 327 | 327 | |
| 328 | + /** |
|
| 329 | + * @param null|DateTime $scheduledAt |
|
| 330 | + */ |
|
| 328 | 331 | public function setScheduledAt(?DateTime $scheduledAt): QueueEntityInterface |
| 329 | 332 | { |
| 330 | 333 | $this->scheduledAt = $scheduledAt; |
@@ -45,7 +45,7 @@ |
||
| 45 | 45 | } |
| 46 | 46 | |
| 47 | 47 | /** |
| 48 | - * @return array |
|
| 48 | + * @return \Generator |
|
| 49 | 49 | * @throws \Exception |
| 50 | 50 | * |
| 51 | 51 | */ |