Completed
Push — master ( 44ae99...0a5ecc )
by Shingo
02:09
created
src/Transport/SendgridV3Transport.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -23,7 +23,7 @@  discard block
 block discarded – undo
23 23
         $this->client = $client;
24 24
         $this->options = [
25 25
             'headers' => [
26
-                'Authorization' => 'Bearer ' . $api_key,
26
+                'Authorization' => 'Bearer '.$api_key,
27 27
                 'Content-Type'  => 'application/json',
28 28
             ],
29 29
         ];
@@ -65,7 +65,7 @@  discard block
 block discarded – undo
65 65
      */
66 66
     private function getPersonalizations(Swift_Mime_Message $message)
67 67
     {
68
-        $setter = function (array $addresses) {
68
+        $setter = function(array $addresses) {
69 69
             $recipients = [];
70 70
             foreach ($addresses as $email => $name) {
71 71
                 $address = [];
Please login to merge, or discard this patch.