Skip to content

Commit

Permalink
Fix #34 Change Phone::$number type to string
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Kasatkin committed May 16, 2018
1 parent 5a7c887 commit e09b939
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 e09b939

Please sign in to comment.