Fixing the Address Phone annotations

This commit is contained in:
japatel
2014-10-22 15:20:56 -05:00
parent 6fb6508f9c
commit 1de6085857
2 changed files with 45 additions and 45 deletions

View File

@@ -220,7 +220,7 @@ class Address extends PPModel
* Phone number in E.123 format.
*
*
* @param string $phone
* @param \PayPal\Api\Phone $phone
*
* @return $this
*/
@@ -233,7 +233,7 @@ class Address extends PPModel
/**
* Phone number in E.123 format.
*
* @return string
* @return \PayPal\Api\Phone
*/
public function getPhone()
{