Completed
Pull Request — master (#39)
by Patrick
04:49 queued 01:30
created
Email/class.DBEmail.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -44,8 +44,14 @@
 block discarded – undo
44 44
         return parent::getSubject();
45 45
     }
46 46
 
47
+    /**
48
+     * @return string
49
+     */
47 50
     public abstract function getSubstituteVars();
48 51
 
52
+    /**
53
+     * @param boolean $html
54
+     */
49 55
     protected function getRawBodyText($html)
50 56
     {
51 57
         if(isset($this->dbData['body']))
Please login to merge, or discard this patch.