Skip to content

Commit

Permalink
Update PHPDoc for getPhonebook()
Browse files Browse the repository at this point in the history
  • Loading branch information
ivkos committed Feb 25, 2015
1 parent 5a54db4 commit a8f3073
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Pushbullet.php
Expand Up @@ -457,7 +457,7 @@ public function sendSms($fromDeviceIden, $toNumber, $message)
*
* @param string $deviceIden device_iden of the device whose phonebook will be returned.
*
* @return object Response.
* @return object[] Phonebook entries.
* @throws PushbulletException
*/
public function getPhonebook($deviceIden) {
Expand Down

0 comments on commit a8f3073

Please sign in to comment.