@@ -96,6 +96,11 @@ |
||
| 96 | 96 | } |
| 97 | 97 | |
| 98 | 98 | |
| 99 | + /** |
|
| 100 | + * @param DataList $orders |
|
| 101 | + * @param integer|null $limit |
|
| 102 | + * @param integer|null $startAt |
|
| 103 | + */ |
|
| 99 | 104 | protected function tryToFinaliseOrders($orders, $limit, $startAt) |
| 100 | 105 | { |
| 101 | 106 | $orders = $orders->limit($limit, $startAt); |
@@ -151,7 +151,7 @@ discard block |
||
| 151 | 151 | * If the order already exists, it will update the seconds and the creation time. |
| 152 | 152 | * |
| 153 | 153 | * @param Order $order [description] |
| 154 | - * @param Int $deferInSeconds [description] |
|
| 154 | + * @param Int $deferTimeInSeconds [description] |
|
| 155 | 155 | */ |
| 156 | 156 | public function AddOrderToQueue($order, $deferTimeInSeconds) |
| 157 | 157 | { |
@@ -196,7 +196,7 @@ discard block |
||
| 196 | 196 | * |
| 197 | 197 | * @param Order $order |
| 198 | 198 | * |
| 199 | - * @return null | OrderProcessQueue |
|
| 199 | + * @return DataObject|null | OrderProcessQueue |
|
| 200 | 200 | */ |
| 201 | 201 | public function getQueueObject($order) |
| 202 | 202 | { |