Completed
Pull Request — master (#551)
by
unknown
37:20 queued 13:02
created
code/checkout/OrderEmailNotifier.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -38,7 +38,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
Please login to merge, or discard this patch.