From 8fba540540ea8a7dc40bcd2d741e675ccd08604f Mon Sep 17 00:00:00 2001 From: Gregory Oschwald Date: Mon, 2 Dec 2024 09:42:12 -0800 Subject: [PATCH] Run newest php-cs-fixer against code --- src/Model/City.php | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/Model/City.php b/src/Model/City.php index 05f9494f..f2849c75 100644 --- a/src/Model/City.php +++ b/src/Model/City.php @@ -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 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;