Skip to content

Commit

Permalink
Merge pull request #35 from gietos/34-phone-number-type
Browse files Browse the repository at this point in the history
Fix #34 Change Phone::$number type to string
  • Loading branch information
Sergey Kasatkin authored May 16, 2018
2 parents 5a7c887 + e09b939 commit f39e4fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Response/Phone.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ class Phone extends AbstractResponse
public $city_code;

/**
* @var integer Локальный номер телефона
* @var string Локальный номер телефона
*/
public $number;

Expand Down

0 comments on commit f39e4fd

Please sign in to comment.