Completed
Push — master ( 39b49d...880b28 )
by Nicolaas
06:42 queued 03:15
created
code/OrderConfirmationPage.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -253,7 +253,6 @@  discard block
 block discarded – undo
253 253
      * Return a link to view the order on this page.
254 254
      *
255 255
      * @param int|string $orderID                ID of the order
256
-     * @param string     $type                   - the type of email you want to send.
257 256
      * @param bool       $actuallySendEmail      - do we actually send the email
258 257
      * @param int        $alternativeOrderStepID - OrderStep to use
259 258
      *
@@ -290,7 +289,7 @@  discard block
 block discarded – undo
290 289
      *
291 290
      * @param bool $isCurrentStep
292 291
      *
293
-     * @return Checkout_StepDescription
292
+     * @return CheckoutPage_StepDescription
294 293
      */
295 294
     public function CurrentCheckoutStep($isCurrentStep = false)
296 295
     {
Please login to merge, or discard this patch.