@@ -44,7 +44,7 @@ |
||
| 44 | 44 | /** |
| 45 | 45 | * Request constructor. |
| 46 | 46 | * |
| 47 | - * @param $endpoint |
|
| 47 | + * @param string $endpoint |
|
| 48 | 48 | * @param array $body |
| 49 | 49 | */ |
| 50 | 50 | public function __construct($endpoint, array $body = null) |
@@ -283,13 +283,13 @@ |
||
| 283 | 283 | ], |
| 284 | 284 | ], |
| 285 | 285 | 'MessageType' => [ |
| 286 | - (string)$this->message_type, |
|
| 286 | + (string) $this->message_type, |
|
| 287 | 287 | ], |
| 288 | 288 | 'BatchType' => [ |
| 289 | - (string)$this->batch_type, |
|
| 289 | + (string) $this->batch_type, |
|
| 290 | 290 | ], |
| 291 | 291 | 'SourceAddr' => [ |
| 292 | - (string)$this->config['sender_id'], |
|
| 292 | + (string) $this->config['sender_id'], |
|
| 293 | 293 | ], |
| 294 | 294 | 'MessagePayload' => $messages, |
| 295 | 295 | 'DestinationAddr' => $recipients, |