@@ -64,8 +64,8 @@ discard block |
||
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 |
||
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 | { |
@@ -15,7 +15,6 @@ |
||
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 | */ |