Skip to content

Commit e09b939

Browse files
author
Sergey Kasatkin
committed
Fix #34 Change Phone::$number type to string
1 parent 5a7c887 commit e09b939

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Response/Phone.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ class Phone extends AbstractResponse
6565
public $city_code;
6666

6767
/**
68-
* @var integer Локальный номер телефона
68+
* @var string Локальный номер телефона
6969
*/
7070
public $number;
7171

0 commit comments

Comments
 (0)