@@ -65,8 +65,8 @@ |
||
65 | 65 | /** |
66 | 66 | * Send a mail of the order to the client (and another to the admin). |
67 | 67 | * |
68 | - * @param $template - the class name of the email you wish to send |
|
69 | - * @param $subject - subject of the email |
|
68 | + * @param string $template - the class name of the email you wish to send |
|
69 | + * @param string $subject - subject of the email |
|
70 | 70 | * @param $copyToAdmin - true by default, whether it should send a copy to the admin |
71 | 71 | * |
72 | 72 | * @return bool |