From f44db2512983ef8ff3ec31b6ee04020216be1059 Mon Sep 17 00:00:00 2001 From: Gregory Oschwald Date: Mon, 20 May 2013 11:03:38 -0700 Subject: [PATCH] Fixed typo --- src/GeoIP2/Model/City.php | 2 +- src/GeoIP2/Model/CityIspOrg.php | 2 +- src/GeoIP2/Model/Omni.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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