From cd1949efcef95b1ad2212372df3ab5091d472eb4 Mon Sep 17 00:00:00 2001 From: Paul Burdick Date: Sun, 7 Jan 2018 12:33:42 -0800 Subject: [PATCH] Whoops, wrong class --- src/Twilio.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Twilio.php b/src/Twilio.php index 5640136..77c779d 100644 --- a/src/Twilio.php +++ b/src/Twilio.php @@ -76,7 +76,7 @@ public function message($to, $message, $mediaUrls = null, array $params = []) * * @link https://www.twilio.com/docs/api/voice/making-calls Documentation * - * @return \Twilio\Rest\Api\V2010\Account\MessageInstance + * @return \Twilio\Rest\Api\V2010\Account\CallInstance */ public function call($to, $message, array $params = []) {