Completed
Push — master ( 84f97b...e42372 )
by Gaetano
07:05
created
Core/Executor/MailExecutor.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -66,7 +66,7 @@
 block discarded – undo
66 66
         if (is_callable(array('Swift_Message', 'newInstance'))) {
67 67
             $message = Swift_Message::newInstance();
68 68
         } else {
69
-            $message =  new Swift_Message();
69
+            $message = new Swift_Message();
70 70
         }
71 71
 
72 72
         if (isset($dsl['from'])) {
Please login to merge, or discard this patch.