parse($phone, $country); $format = is_null($format) ? \libphonenumber\PhoneNumberFormat::INTERNATIONAL : $format; return $phoneUtil->format($phoneProto, $format); }