@@ -78,7 +78,7 @@ |
||
78 | 78 | } |
79 | 79 | |
80 | 80 | /** |
81 | - * @param $mode |
|
81 | + * @param string $mode |
|
82 | 82 | * @return mixed |
83 | 83 | */ |
84 | 84 | public function getEndPoint($mode) |
@@ -79,6 +79,9 @@ |
||
79 | 79 | return $this->getFormattedMobile($to); |
80 | 80 | } |
81 | 81 | |
82 | + /** |
|
83 | + * @param string[] $recipient |
|
84 | + */ |
|
82 | 85 | protected function sendMessage($recipient, EngageSparkMessage $message) |
83 | 86 | { |
84 | 87 | $this->setMode($message); |