@@ -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 |