@@ -74,6 +74,9 @@ |
||
| 74 | 74 | } |
| 75 | 75 | } |
| 76 | 76 | |
| 77 | + /** |
|
| 78 | + * @param \libphonenumber\PhoneNumber $phone |
|
| 79 | + */ |
|
| 77 | 80 | private function checkIsValidNumber($phone, $region = null) |
| 78 | 81 | { |
| 79 | 82 | if (!PhoneNumberUtil::getInstance()->isValidNumber($this->phone)) { |