@@ -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 | { |
@@ -203,7 +203,7 @@ discard block |
||
203 | 203 | * |
204 | 204 | * @param Order $order |
205 | 205 | * |
206 | - * @return null | OrderProcessQueue |
|
206 | + * @return DataObject|null | OrderProcessQueue |
|
207 | 207 | */ |
208 | 208 | public function getQueueObject($order) |
209 | 209 | { |
@@ -261,7 +261,6 @@ discard block |
||
261 | 261 | |
262 | 262 | /** |
263 | 263 | * META METHOD: all orders with a queue object |
264 | - * @param int $id force this Order to be processed |
|
265 | 264 | * @param int $limit total number of orders that can be retrieved at any one time |
266 | 265 | * |
267 | 266 | * @return DataList (of orders) |