Completed
Pull Request — master (#12)
by
unknown
08:46
created
src/Contract/MasterDriver.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -35,7 +35,7 @@
 block discarded – undo
35 35
     {
36 36
         $this->recipients = [];
37 37
         $recipients = is_array($numbers) ? $numbers : [$numbers];
38
-        $recipients = array_map(function ($item) {
38
+        $recipients = array_map(function($item) {
39 39
             return trim($item);
40 40
         }, array_merge($this->recipients, $recipients));
41 41
 
Please login to merge, or discard this patch.