Skip to content

Commit a4b5cae

Browse files
committed
Updating code comments to have new correct class return
1 parent 8cef287 commit a4b5cae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Twilio.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public function __construct($sid, $token, $from, $sslVerify = true)
5353
*
5454
* @link https://www.twilio.com/docs/api/messaging/send-messages Documentation
5555
*
56-
* @return \Services_Twilio_Rest_Message
56+
* @return \Twilio\Rest\Api\V2010\Account\MessageInstance
5757
*/
5858
public function message($to, $message, $mediaUrls = null, array $params = [])
5959
{
@@ -76,7 +76,7 @@ public function message($to, $message, $mediaUrls = null, array $params = [])
7676
*
7777
* @link https://www.twilio.com/docs/api/voice/making-calls Documentation
7878
*
79-
* @return \Services_Twilio_Rest_Call
79+
* @return \Twilio\Rest\Api\V2010\Account\MessageInstance
8080
*/
8181
public function call($to, $message, array $params = [])
8282
{

0 commit comments

Comments
 (0)