Skip to content

Commit

Permalink
Fix remove argument typehinting.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gareth Nicholson committed Feb 18, 2021
1 parent 7974a8f commit af44b42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ClickatellClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public function __construct(Client $client, $apiKey)
* @param array $to String or Array of numbers
* @param string $message
*/
public function send(array $to, $message)
public function send($to, $message)
{
$response = $this->client->request('GET', 'https://platform.clickatell.com/messages/http/send', [
'query' => [
Expand Down

0 comments on commit af44b42

Please sign in to comment.