diff --git a/src/GeoIP2/Model/City.php b/src/GeoIP2/Model/City.php index 5bb19ee..58b9342 100644 --- a/src/GeoIP2/Model/City.php +++ b/src/GeoIP2/Model/City.php @@ -10,7 +10,7 @@ namespace GeoIP2\Model; * classes is which fields in each record may be populated. See * http://dev.maxmind.com/geoip/geoip2/web-services more details. * - * @property \GeoIP2\Record\City $city Country data for the requested IP + * @property \GeoIP2\Record\City $city City data for the requested IP * address. * * @property \GeoIP2\Record\Continent $continent Continent data for the diff --git a/src/GeoIP2/Model/CityIspOrg.php b/src/GeoIP2/Model/CityIspOrg.php index e91a344..a90a086 100644 --- a/src/GeoIP2/Model/CityIspOrg.php +++ b/src/GeoIP2/Model/CityIspOrg.php @@ -10,7 +10,7 @@ namespace GeoIP2\Model; * classes is which fields in each record may be populated. See * http://dev.maxmind.com/geoip/geoip2/web-services more details. * - * @property \GeoIP2\Record\City $city Country data for the requested IP + * @property \GeoIP2\Record\City $city City data for the requested IP * address. * * @property \GeoIP2\Record\Continent $continent Continent data for the diff --git a/src/GeoIP2/Model/Omni.php b/src/GeoIP2/Model/Omni.php index e53e3fc..98d766b 100644 --- a/src/GeoIP2/Model/Omni.php +++ b/src/GeoIP2/Model/Omni.php @@ -10,7 +10,7 @@ namespace GeoIP2\Model; * classes is which fields in each record may be populated. See * http://dev.maxmind.com/geoip/geoip2/web-services more details. * - * @property \GeoIP2\Record\City $city Country data for the requested IP + * @property \GeoIP2\Record\City $city City data for the requested IP * address. * * @property \GeoIP2\Record\Continent $continent Continent data for the