Completed
Push — master ( 4c286e...5dd556 )
by Nicolaas
03:45
created
code/model/process/OrderProcessQueue.php 1 patch
Doc Comments   +3 added lines, -4 removed lines patch added patch discarded remove patch
@@ -154,7 +154,7 @@  discard block
 block discarded – undo
154 154
      * If the order already exists, it will update the seconds and the creation  time.
155 155
      *
156 156
      * @param Order $order
157
-     * @param Int   $deferInSeconds
157
+     * @param Int   $deferTimeInSeconds
158 158
      */
159 159
     public function AddOrderToQueue($order, $deferTimeInSeconds)
160 160
     {
@@ -182,7 +182,7 @@  discard block
 block discarded – undo
182 182
      *
183 183
      *
184 184
      * @param  Order $order optional
185
-     * @return boolean | string
185
+     * @return boolean|string | string
186 186
      */
187 187
     public function process($order = null)
188 188
     {
@@ -241,7 +241,7 @@  discard block
 block discarded – undo
241 241
      *
242 242
      * @param  Order $order
243 243
      *
244
-     * @return null |   OrderProcessQueue
244
+     * @return DataObject|null |   OrderProcessQueue
245 245
      */
246 246
     public function getQueueObject($order)
247 247
     {
@@ -298,7 +298,6 @@  discard block
 block discarded – undo
298 298
 
299 299
     /**
300 300
      * META METHOD: all orders with a queue object
301
-     * @param int $id force this Order to be processed
302 301
      * @param int $limit total number of orders that can be retrieved at any one time
303 302
      *
304 303
      * @return DataList (of orders)
Please login to merge, or discard this patch.