From 970d1dba45c74d516efeb9174b7eda1194d9b38b Mon Sep 17 00:00:00 2001 From: Dave Rolsky Date: Mon, 27 Oct 2014 17:21:38 -0500 Subject: [PATCH] Fix return vlaue docs for anonymousIp method --- src/GeoIp2/Database/Reader.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/GeoIp2/Database/Reader.php b/src/GeoIp2/Database/Reader.php index a57b75d..fcc04a9 100644 --- a/src/GeoIp2/Database/Reader.php +++ b/src/GeoIp2/Database/Reader.php @@ -96,7 +96,7 @@ class Reader implements ProviderInterface * * @param string $ipAddress IPv4 or IPv6 address as a string. * - * @return \GeoIp2\Model\Domain + * @return \GeoIp2\Model\AnonymousIp * * @throws \GeoIp2\Exception\AddressNotFoundException if the address is * not in the database.