Skip to content

Commit a8f3073

Browse files
committed
Update PHPDoc for getPhonebook()
1 parent 5a54db4 commit a8f3073

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Pushbullet.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@ public function sendSms($fromDeviceIden, $toNumber, $message)
457457
*
458458
* @param string $deviceIden device_iden of the device whose phonebook will be returned.
459459
*
460-
* @return object Response.
460+
* @return object[] Phonebook entries.
461461
* @throws PushbulletException
462462
*/
463463
public function getPhonebook($deviceIden) {

0 commit comments

Comments
 (0)