From 23adff0306f547821f2564252cf7585fbdf943d5 Mon Sep 17 00:00:00 2001 From: penmetsaa Date: Mon, 27 Mar 2023 21:44:19 +0530 Subject: [PATCH] Fixing JSC_JSDOC_MISSING_TYPE_WARNING; The type declaration is missing in new API extractPhoneContext_ (#2908) --- javascript/i18n/phonenumbers/phonenumberutil.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/javascript/i18n/phonenumbers/phonenumberutil.js b/javascript/i18n/phonenumbers/phonenumberutil.js index 881ff0be8..d530dae5e 100644 --- a/javascript/i18n/phonenumbers/phonenumberutil.js +++ b/javascript/i18n/phonenumbers/phonenumberutil.js @@ -4386,7 +4386,7 @@ i18n.phonenumbers.PhoneNumberUtil.prototype.parseHelper_ = /** * Extracts the value of the phone-context parameter of numberToExtractFrom, * following the syntax defined in RFC3966. - * @param numberToExtractFrom + * @param {?string} numberToExtractFrom * @return {string|null} the extracted string (possibly empty), or null if no * phone-context parameter is found. * @private