From 4bdb050a50610882c593023683057dd9867a8765 Mon Sep 17 00:00:00 2001 From: Gregory Oschwald Date: Tue, 28 Oct 2014 10:11:42 -0700 Subject: [PATCH] Fix misname property in model docs --- src/GeoIp2/Model/AnonymousIp.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/GeoIp2/Model/AnonymousIp.php b/src/GeoIp2/Model/AnonymousIp.php index 07f7800..fb6cbd1 100644 --- a/src/GeoIp2/Model/AnonymousIp.php +++ b/src/GeoIp2/Model/AnonymousIp.php @@ -9,7 +9,7 @@ namespace GeoIp2\Model; * any sort of anonymous network. * * @property boolean $isAnonymousVpn This is true if the IP address belongs to - * an anonymous Vpn system. + * an anonymous VPN system. * * @property boolean $isHostingProvider This is true if the IP address belongs * to a hosting provider. @@ -17,8 +17,8 @@ namespace GeoIp2\Model; * @property boolean $isPublicProxy This is true if the IP address belongs to * a public proxy. * - * @property boolean $isAnonymous This is true if the IP address is a Tor exit - * node. + * @property boolean $isTorExitNode This is true if the IP address is a Tor + * exit node. * * @property string $ipAddress The IP address that the data in the model is * for.