Skip to content

Commit 966fa5d

Browse files
committed
Run newest php-cs-fixer against code
1 parent 279446f commit 966fa5d

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

src/Model/City.php

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)