@@ -14,8 +14,8 @@ |
||
14 | 14 | /** |
15 | 15 | * Deliverable Method for all emails |
16 | 16 | * @param [type] $user User Object |
17 | - * @param [type] $subject Subject of Email |
|
18 | - * @param [type] $view HTML File for email |
|
17 | + * @param string $subject Subject of Email |
|
18 | + * @param string $view HTML File for email |
|
19 | 19 | * @param array $data Arrays containing data passed to email template |
20 | 20 | * @return [type] [description] |
21 | 21 | */ |