Completed
Push — master ( c631ea...9b5d60 )
by Roman
8s
created
code/checkout/OrderEmailNotifier.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -65,8 +65,8 @@
 block discarded – undo
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
Please login to merge, or discard this patch.