Completed
Push — master ( a7c6c6...48ad9b )
by Rafael
06:05
created
Spool/DatabaseSpool.php 1 patch
Braces   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -113,10 +113,10 @@
 block discarded – undo
113 113
                 if($count_ > 0){
114 114
                     $this->repository->markCompleteSending($email);
115 115
                     $count += $count_;
116
-                }else{
116
+                } else{
117 117
                     throw new \Swift_SwiftException('The email was not sent.');
118 118
                 }
119
-            }catch(\Swift_SwiftException $ex){
119
+            } catch(\Swift_SwiftException $ex){
120 120
                 $this->repository->markFailedSending($email, $ex);
121 121
             }
122 122
         }
Please login to merge, or discard this patch.