Passed
Push — master ( bcfa18...df1d2c )
by Roberto
01:18
created
src/Mail.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -175,7 +175,7 @@
 block discarded – undo
175 175
             if (strpos($email, ';')) {
176 176
                 $emails = explode(';', $email);
177 177
 
178
-                $emails = array_map(function ($item) {
178
+                $emails = array_map(function($item) {
179 179
                     return trim($item);
180 180
                 }, $emails);
181 181
 
Please login to merge, or discard this patch.