@@ -38,6 +38,9 @@ |
||
| 38 | 38 | return false; |
| 39 | 39 | } |
| 40 | 40 | |
| 41 | + /** |
|
| 42 | + * @param MessageInterface $data |
|
| 43 | + */ |
|
| 41 | 44 | protected function createDatabaseNotificationEntity($data) |
| 42 | 45 | { |
| 43 | 46 | if ($this->accessor === null) { |
@@ -25,7 +25,7 @@ |
||
| 25 | 25 | $messageData = $message->getMessageData(); |
| 26 | 26 | |
| 27 | 27 | if (empty($this->client)) { |
| 28 | - $credentials = new Client\Credentials\Basic( |
|
| 28 | + $credentials = new Client\Credentials\Basic( |
|
| 29 | 29 | $this->nexmoConfiguration['api_key'], |
| 30 | 30 | $this->nexmoConfiguration['api_secret'] |
| 31 | 31 | ); |