Completed
Push — master ( 591e59...d05ad0 )
by Rafael
02:23
created
Spool/DatabaseSpool.php 2 patches
Braces   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -112,10 +112,10 @@
 block discarded – undo
112 112
                 $count+= $transport->send($message, $failedRecipients);
113 113
                 if($count > 0){
114 114
                     $this->repository->markCompleteSending($email);
115
-                }else{
115
+                } else{
116 116
                     throw new \Swift_SwiftException('The email was not sent.');
117 117
                 }
118
-            }catch(\Swift_SwiftException $ex){
118
+            } catch(\Swift_SwiftException $ex){
119 119
                 $this->repository->markFailedSending($email, $ex);
120 120
             }
121 121
         }
Please login to merge, or discard this patch.
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -1,10 +1,10 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * Created by PhpStorm.
4
- * User: Rafael
5
- * Date: 02/05/2015
6
- * Time: 22:16
7
- */
3
+     * Created by PhpStorm.
4
+     * User: Rafael
5
+     * Date: 02/05/2015
6
+     * Time: 22:16
7
+     */
8 8
 
9 9
 namespace Citrax\Bundle\DatabaseSwiftMailerBundle\Spool;
10 10
 
Please login to merge, or discard this patch.