@@ -33,7 +33,7 @@ discard block |
||
| 33 | 33 | ], |
| 34 | 34 | ]; |
| 35 | 35 | |
| 36 | - if (! empty($message->getSender())) { |
|
| 36 | + if (!empty($message->getSender())) { |
|
| 37 | 37 | $attributes += [ |
| 38 | 38 | 'AWS.SNS.SMS.SenderID' => [ |
| 39 | 39 | 'DataType' => 'String', |
@@ -42,7 +42,7 @@ discard block |
||
| 42 | 42 | ]; |
| 43 | 43 | } |
| 44 | 44 | |
| 45 | - if (! empty($message->getOriginationNumber())) { |
|
| 45 | + if (!empty($message->getOriginationNumber())) { |
|
| 46 | 46 | $attributes += [ |
| 47 | 47 | 'AWS.MM.SMS.OriginationNumber' => [ |
| 48 | 48 | 'DataType' => 'String', |