Completed
Push — master ( d351a1...00965d )
by Freek
01:34
created
src/Actions/PrepareEmailHtmlAction.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -31,6 +31,9 @@
 block discarded – undo
31 31
         $campaign->save();
32 32
     }
33 33
 
34
+    /**
35
+     * @param Campaign $campaign
36
+     */
34 37
     protected function ensureEmailHtmlHasSingleRootElement($campaign)
35 38
     {
36 39
         if (! Str::startsWith(trim($campaign->email_html), '<html')) {
Please login to merge, or discard this patch.