Test Failed
Push — master ( 4112a3...6b8d5c )
by Florian
05:27
created
src/Email.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -371,7 +371,7 @@
 block discarded – undo
371 371
             'contentType' => $this->contentType,
372 372
             'attachments' => $this->attachments,
373 373
             'priority' => $this->priority,
374
-            'attributes' => $this->attributes ,
374
+            'attributes' => $this->attributes,
375 375
             'headers' => $this->headers
376 376
         ];
377 377
     }
Please login to merge, or discard this patch.