@@ -81,7 +81,7 @@ public static function getUnknownTimeZone()
8181 * the validity of the number passed in.
8282 *
8383 * @param $number PhoneNumber the phone number for which we want to get the time zones to which it belongs
84- * @return array a list of the corresponding time zones or a single element list with the default
84+ * @return string[] a list of the corresponding time zones or a single element list with the default
8585 * unknown time zone if no other time zone was found or if the number was invalid
8686 */
8787 public function getTimeZonesForNumber (PhoneNumber $ number )
@@ -103,7 +103,7 @@ public function getTimeZonesForNumber(PhoneNumber $number)
103103 * Returns the list of time zones corresponding to the country calling code of {@code number}.
104104 *
105105 * @param $number PhoneNumber the phone number to look up
106- * @return array the list of corresponding time zones or a single element list with the default
106+ * @return string[] the list of corresponding time zones or a single element list with the default
107107 * unknown time zone if no other time zone was found
108108 */
109109 protected function getCountryLevelTimeZonesforNumber (PhoneNumber $ number )
@@ -120,7 +120,7 @@ protected function getCountryLevelTimeZonesforNumber(PhoneNumber $number)
120120 * for geo-localization.
121121 *
122122 * @param $number PhoneNumber a valid phone number for which we want to get the time zones to which it belongs
123- * @return array a list of the corresponding time zones or a single element list with the default
123+ * @return string[] a list of the corresponding time zones or a single element list with the default
124124 * unknown time zone if no other time zone was found or if the number was invalid
125125 */
126126 public function getTimeZonesForGeographicalNumber (PhoneNumber $ number )
@@ -132,7 +132,7 @@ public function getTimeZonesForGeographicalNumber(PhoneNumber $number)
132132 * Returns a list of time zones to which a geocodable phone number belongs.
133133 *
134134 * @param PhoneNumber $number The phone number for which we want to get the time zones to which it belongs
135- * @return array the list of correspondiing time zones or a single element list with the default
135+ * @return string[] the list of corresponding time zones or a single element list with the default
136136 * unknown timezone if no other time zone was found or if the number was invalid
137137 */
138138 protected function getTimeZonesForGeocodableNumber (PhoneNumber $ number )
0 commit comments