Completed
Push — master ( dcc574...dca126 )
by Gabriel
02:42
created
src/Mandrill.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -128,7 +128,7 @@
 block discarded – undo
128 128
     {
129 129
         $returnValue = '';
130 130
         foreach ($emails as $email) {
131
-            $returnValue .= $this->mapEmailString($email) . ', ';
131
+            $returnValue .= $this->mapEmailString($email).', ';
132 132
         }
133 133
         return $returnValue ? substr($returnValue, 0, -2) : '';
134 134
     }
Please login to merge, or discard this patch.