Completed
Push — master ( 88830a...be6bec )
by Nate
02:10
created
src/Transport.php 1 patch
Spacing   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -52,9 +52,9 @@  discard block
 block discarded – undo
52 52
     {
53 53
 
54 54
         return (
55
-            count((array)$message->getTo())
56
-            + count((array)$message->getCc())
57
-            + count((array)$message->getBcc())
55
+            count((array) $message->getTo())
56
+            + count((array) $message->getCc())
57
+            + count((array) $message->getBcc())
58 58
         );
59 59
 
60 60
     }
@@ -71,7 +71,7 @@  discard block
 block discarded – undo
71 71
         );
72 72
 
73 73
         if (is_array($error)) {
74
-            $error['StatusCode'] = $response->getStatusCode();
74
+            $error[ 'StatusCode' ] = $response->getStatusCode();
75 75
         }
76 76
 
77 77
         return $error;
Please login to merge, or discard this patch.