From af44b428bdc03e6af640266d49e31f76e1b76339 Mon Sep 17 00:00:00 2001 From: Gareth Nicholson Date: Thu, 18 Feb 2021 14:59:23 +0200 Subject: [PATCH] Fix remove argument typehinting. --- src/ClickatellClient.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ClickatellClient.php b/src/ClickatellClient.php index 933d942..5b3ea9d 100644 --- a/src/ClickatellClient.php +++ b/src/ClickatellClient.php @@ -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' => [