@@ -81,7 +81,7 @@ public static function getUnknownTimeZone()
81
81
* the validity of the number passed in.
82
82
*
83
83
* @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
85
85
* unknown time zone if no other time zone was found or if the number was invalid
86
86
*/
87
87
public function getTimeZonesForNumber (PhoneNumber $ number )
@@ -103,7 +103,7 @@ public function getTimeZonesForNumber(PhoneNumber $number)
103
103
* Returns the list of time zones corresponding to the country calling code of {@code number}.
104
104
*
105
105
* @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
107
107
* unknown time zone if no other time zone was found
108
108
*/
109
109
protected function getCountryLevelTimeZonesforNumber (PhoneNumber $ number )
@@ -120,7 +120,7 @@ protected function getCountryLevelTimeZonesforNumber(PhoneNumber $number)
120
120
* for geo-localization.
121
121
*
122
122
* @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
124
124
* unknown time zone if no other time zone was found or if the number was invalid
125
125
*/
126
126
public function getTimeZonesForGeographicalNumber (PhoneNumber $ number )
@@ -132,7 +132,7 @@ public function getTimeZonesForGeographicalNumber(PhoneNumber $number)
132
132
* Returns a list of time zones to which a geocodable phone number belongs.
133
133
*
134
134
* @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
136
136
* unknown timezone if no other time zone was found or if the number was invalid
137
137
*/
138
138
protected function getTimeZonesForGeocodableNumber (PhoneNumber $ number )
0 commit comments