@@ -235,7 +235,7 @@ |
||
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 | { |
@@ -253,13 +253,13 @@ |
||
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 |