Completed
Branch master (2e0c76)
by Vincent
02:08 queued 14s
created
src/bongatech-sms/SMS.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -235,7 +235,7 @@
 block discarded – undo
235 235
     /**
236 236
      * send a message to a single recipient.
237 237
      *
238
-     * @return string response
238
+     * @return \Unirest\Response response
239 239
      */
240 240
     private function sendForNoBatch()
241 241
     {
Please login to merge, or discard this patch.
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -253,13 +253,13 @@
 block discarded – undo
253 253
                 )
254 254
             ),
255 255
             'MessageType' => array(
256
-                (string)$this->message_type
256
+                (string) $this->message_type
257 257
             ),
258 258
             'BatchType' => array(
259
-                (string)$this->batch_type
259
+                (string) $this->batch_type
260 260
             ),
261 261
             'SourceAddr' => array(
262
-                (string)$this->sender_id
262
+                (string) $this->sender_id
263 263
             ),
264 264
             'MessagePayload' => array(
265 265
                 $this->message
Please login to merge, or discard this patch.