@@ -38,7 +38,7 @@ discard block |
||
| 38 | 38 | } |
| 39 | 39 | |
| 40 | 40 | /** |
| 41 | - * @param $bool |
|
| 41 | + * @param boolean $bool |
|
| 42 | 42 | */ |
| 43 | 43 | public function setDebugMode($bool) |
| 44 | 44 | { |
@@ -79,8 +79,8 @@ discard block |
||
| 79 | 79 | /** |
| 80 | 80 | * Send a mail of the order to the client (and another to the admin). |
| 81 | 81 | * |
| 82 | - * @param $template - the class name of the email you wish to send |
|
| 83 | - * @param $subject - subject of the email |
|
| 82 | + * @param string $template - the class name of the email you wish to send |
|
| 83 | + * @param string $subject - subject of the email |
|
| 84 | 84 | * @param $copyToAdmin - true by default, whether it should send a copy to the admin |
| 85 | 85 | * |
| 86 | 86 | * @return bool |