Completed
Push — 2.0 ( 3b582e...88c91b )
by Mark
8s
created
code/checkout/OrderEmailNotifier.php 1 patch
Doc Comments   +3 added lines, -2 removed lines patch added patch discarded remove patch
@@ -64,8 +64,8 @@  discard block
 block discarded – undo
64 64
     /**
65 65
      * Send a mail of the order to the client (and another to the admin).
66 66
      *
67
-     * @param $template    - the class name of the email you wish to send
68
-     * @param $subject     - subject of the email
67
+     * @param string $template    - the class name of the email you wish to send
68
+     * @param string $subject     - subject of the email
69 69
      * @param $copyToAdmin - true by default, whether it should send a copy to the admin
70 70
      *
71 71
      * @return bool
@@ -145,6 +145,7 @@  discard block
 block discarded – undo
145 145
      * Used in {@link OrderReport}.
146 146
      *
147 147
      * @param string $note Optional note-content (instead of using the OrderStatusLog)
148
+     * @param string $title
148 149
      */
149 150
     public function sendStatusChange($title, $note = null)
150 151
     {
Please login to merge, or discard this patch.
code/model/Buyable.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,6 @@
 block discarded – undo
15 15
      * Create a new OrderItem to add to an order.
16 16
      *
17 17
      * @param int     $quantity
18
-     * @param boolean $write
19 18
      *
20 19
      * @return OrderItem new OrderItem object
21 20
      */
Please login to merge, or discard this patch.