Test Setup Failed
Push — master ( 31ec20...cd5cc8 )
by Syed Abidur
02:50
created
src/Providers/Grameenphone.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,7 @@
 block discarded – undo
17 17
             return [];
18 18
         }
19 19
 
20
-        $recipient = '0'.$matches[3];
20
+        $recipient = '0' . $matches[3];
21 21
 
22 22
         return [
23 23
             'msisdn'  => $recipient,
Please login to merge, or discard this patch.
src/Providers/Robi.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@
 block discarded – undo
20 20
             return [];
21 21
         }
22 22
 
23
-        $recipient = '880'.$matches[3];
23
+        $recipient = '880' . $matches[3];
24 24
 
25 25
         return [
26 26
             'To'      => $recipient,
Please login to merge, or discard this patch.
src/Providers/BdWebHost24.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,7 @@
 block discarded – undo
17 17
             return [];
18 18
         }
19 19
 
20
-        $recipient = '880'.$matches[3];
20
+        $recipient = '880' . $matches[3];
21 21
 
22 22
         return [
23 23
             'contacts' => $recipient,
Please login to merge, or discard this patch.
src/Providers/Novocom.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,7 @@
 block discarded – undo
17 17
             return [];
18 18
         }
19 19
 
20
-        $recipient = '880'.$matches[3];
20
+        $recipient = '880' . $matches[3];
21 21
 
22 22
         return [
23 23
             'MobileNumbers' => $recipient,
Please login to merge, or discard this patch.