Fix return vlaue docs for anonymousIp method

This commit is contained in:
Dave Rolsky 2014-10-27 17:21:38 -05:00
parent 9e6449290f
commit 970d1dba45

View File

@ -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.