Passed
Push — master ( a6c6f1...1f04b7 )
by
unknown
01:10 queued 10s
created
src/Charcoal/Email/EmailQueueItem.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -271,7 +271,7 @@
 block discarded – undo
271 271
         if ($result) {
272 272
             // Clear cumbersome DB data
273 273
             $this->setMsgHtml(null)
274
-                 ->setMsgTxt(null);
274
+                    ->setMsgTxt(null);
275 275
 
276 276
             array_push($propsToUpdate, 'msg_html', 'msg_txt');
277 277
 
Please login to merge, or discard this patch.