Completed
Push — master ( 7c4a20...747969 )
by Vincent
09:33
created
src/bongatech-sms/SMS.php 1 patch
Spacing   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -189,7 +189,7 @@  discard block
 block discarded – undo
189 189
     {
190 190
         $this->recipients = $recipients;
191 191
         $this->message = $message;
192
-        $this->endpoint = $this->config['base_url'] .$this->config['sms_endpoint'];
192
+        $this->endpoint = $this->config['base_url'].$this->config['sms_endpoint'];
193 193
         $response = '';
194 194
 
195 195
         if ($this->batch_type === BatchType::NOT_BATCH) {
@@ -224,13 +224,13 @@  discard block
 block discarded – undo
224 224
                 ]
225 225
             ],
226 226
             'MessageType' => [
227
-                (string)$this->message_type
227
+                (string) $this->message_type
228 228
             ],
229 229
             'BatchType' => [
230
-                (string)$this->batch_type
230
+                (string) $this->batch_type
231 231
             ],
232 232
             'SourceAddr' => [
233
-                (string)$this->config['sender_id']
233
+                (string) $this->config['sender_id']
234 234
             ],
235 235
             'MessagePayload' => [
236 236
                 [
Please login to merge, or discard this patch.