Skip to content

Commit

Permalink
Run newest php-cs-fixer against code
Browse files Browse the repository at this point in the history
  • Loading branch information
oschwald committed Dec 2, 2024
1 parent 279446f commit 8fba540
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions src/Model/City.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,18 +43,18 @@ class City extends Country
public readonly Postal $postal;

/**
* @var array<\GeoIp2\Record\Subdivision> An array of \GeoIp2\Record\Subdivision
* objects representing the country
* subdivisions for the requested IP
* address. The number and type of
* subdivisions varies by country,
* but a subdivision is typically a
* state, province, county, etc.
* Subdivisions are ordered from most
* general (largest) to most specific
* (smallest). If the response did
* not contain any subdivisions, this
* method returns an empty array.
* @var array<Subdivision> An array of \GeoIp2\Record\Subdivision
* objects representing the country
* subdivisions for the requested IP
* address. The number and type of
* subdivisions varies by country,
* but a subdivision is typically a
* state, province, county, etc.
* Subdivisions are ordered from most
* general (largest) to most specific
* (smallest). If the response did
* not contain any subdivisions, this
* method returns an empty array.
*/
public readonly array $subdivisions;

Expand Down

0 comments on commit 8fba540

Please sign in to comment.