@@ -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; |
@@ -42,7 +42,7 @@ |
||
42 | 42 | } |
43 | 43 | |
44 | 44 | /** |
45 | - * @return array |
|
45 | + * @return \Generator |
|
46 | 46 | * |
47 | 47 | * @throws \Exception |
48 | 48 | */ |