Completed
Push — master ( e1526b...9c9efe )
by Rudy
9s
created
src/Mail/Mail.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -14,8 +14,8 @@
 block discarded – undo
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
    */
Please login to merge, or discard this patch.