Skip to content

Commit 8cef287

Browse files
committed
Add PHPDoc @link attribute for calls and message
1 parent c0b5d28 commit 8cef287

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Twilio.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ public function __construct($sid, $token, $from, $sslVerify = true)
5151
* @param array|null $mediaUrls
5252
* @param array $params
5353
*
54+
* @link https://www.twilio.com/docs/api/messaging/send-messages Documentation
55+
*
5456
* @return \Services_Twilio_Rest_Message
5557
*/
5658
public function message($to, $message, $mediaUrls = null, array $params = [])
@@ -72,6 +74,8 @@ public function message($to, $message, $mediaUrls = null, array $params = [])
7274
* @param string $to
7375
* @param string|callable $message
7476
*
77+
* @link https://www.twilio.com/docs/api/voice/making-calls Documentation
78+
*
7579
* @return \Services_Twilio_Rest_Call
7680
*/
7781
public function call($to, $message, array $params = [])

0 commit comments

Comments
 (0)