@@ -43,18 +43,18 @@ class City extends Country
4343 public readonly Postal $ postal ;
4444
4545 /**
46- * @var array<\GeoIp2\Record\ Subdivision> An array of \GeoIp2\Record\Subdivision
47- * objects representing the country
48- * subdivisions for the requested IP
49- * address. The number and type of
50- * subdivisions varies by country,
51- * but a subdivision is typically a
52- * state, province, county, etc.
53- * Subdivisions are ordered from most
54- * general (largest) to most specific
55- * (smallest). If the response did
56- * not contain any subdivisions, this
57- * method returns an empty array.
46+ * @var array<Subdivision> An array of \GeoIp2\Record\Subdivision
47+ * objects representing the country
48+ * subdivisions for the requested IP
49+ * address. The number and type of
50+ * subdivisions varies by country,
51+ * but a subdivision is typically a
52+ * state, province, county, etc.
53+ * Subdivisions are ordered from most
54+ * general (largest) to most specific
55+ * (smallest). If the response did
56+ * not contain any subdivisions, this
57+ * method returns an empty array.
5858 */
5959 public readonly array $ subdivisions ;
6060
0 commit comments