Skip to content

Commit

Permalink
Updating code comments to have new correct class return
Browse files Browse the repository at this point in the history
  • Loading branch information
reedmaniac committed Jan 7, 2018
1 parent 8cef287 commit a4b5cae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Twilio.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public function __construct($sid, $token, $from, $sslVerify = true)
*
* @link https://www.twilio.com/docs/api/messaging/send-messages Documentation
*
* @return \Services_Twilio_Rest_Message
* @return \Twilio\Rest\Api\V2010\Account\MessageInstance
*/
public function message($to, $message, $mediaUrls = null, array $params = [])
{
Expand All @@ -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 \Services_Twilio_Rest_Call
* @return \Twilio\Rest\Api\V2010\Account\MessageInstance
*/
public function call($to, $message, array $params = [])
{
Expand Down

0 comments on commit a4b5cae

Please sign in to comment.