Fix misname property in model docs
This commit is contained in:
parent
caf91dd247
commit
4bdb050a50
|
@ -9,7 +9,7 @@ namespace GeoIp2\Model;
|
||||||
* any sort of anonymous network.
|
* any sort of anonymous network.
|
||||||
*
|
*
|
||||||
* @property boolean $isAnonymousVpn This is true if the IP address belongs to
|
* @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
|
* @property boolean $isHostingProvider This is true if the IP address belongs
|
||||||
* to a hosting provider.
|
* to a hosting provider.
|
||||||
|
@ -17,8 +17,8 @@ namespace GeoIp2\Model;
|
||||||
* @property boolean $isPublicProxy This is true if the IP address belongs to
|
* @property boolean $isPublicProxy This is true if the IP address belongs to
|
||||||
* a public proxy.
|
* a public proxy.
|
||||||
*
|
*
|
||||||
* @property boolean $isAnonymous This is true if the IP address is a Tor exit
|
* @property boolean $isTorExitNode This is true if the IP address is a Tor
|
||||||
* node.
|
* exit node.
|
||||||
*
|
*
|
||||||
* @property string $ipAddress The IP address that the data in the model is
|
* @property string $ipAddress The IP address that the data in the model is
|
||||||
* for.
|
* for.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user