Get rid of references to "Precision"
This commit is contained in:
parent
2c23be78fe
commit
73d6f15823
|
@ -3,7 +3,7 @@
|
|||
namespace GeoIP2\Exception;
|
||||
|
||||
/**
|
||||
* This class represents an error returned by MaxMind's GeoIP2 Precision
|
||||
* This class represents an error returned by MaxMind's GeoIP2
|
||||
* web service.
|
||||
*/
|
||||
class WebServiceException extends HttpException
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
namespace GeoIP2\Model;
|
||||
|
||||
/**
|
||||
* This class provides a model for the data returned by the GeoIP2 Precision
|
||||
* This class provides a model for the data returned by the GeoIP2
|
||||
* City end point.
|
||||
*
|
||||
* The only difference between the City, City/ISP/Org, and Omni model
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
namespace GeoIP2\Model;
|
||||
|
||||
/**
|
||||
* This class provides a model for the data returned by the GeoIP2 Precision
|
||||
* This class provides a model for the data returned by the GeoIP2
|
||||
* City/ISP/Org end point.
|
||||
*
|
||||
* The only difference between the City, City/ISP/Org, and Omni model
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
namespace GeoIP2\Model;
|
||||
|
||||
/**
|
||||
* This class provides a model for the data returned by the GeoIP2 Precision
|
||||
* This class provides a model for the data returned by the GeoIP2
|
||||
* Omni end point.
|
||||
*
|
||||
* The only difference between the City, City/ISP/Org, and Omni model
|
||||
|
|
|
@ -15,7 +15,7 @@ use Guzzle\Http\Exception\ClientErrorResponseException;
|
|||
use Guzzle\Http\Exception\ServerErrorResponseException;
|
||||
|
||||
/**
|
||||
* This class provides a client API for all the GeoIP Precision web service's
|
||||
* This class provides a client API for all the GeoIP2 web service's
|
||||
* end points. The end points are Country, City, City/ISP/Org, and Omni. Each
|
||||
* end point returns a different set of data about an IP address, with Country
|
||||
* returning the least data and Omni the most.
|
||||
|
@ -100,7 +100,7 @@ class Client
|
|||
}
|
||||
|
||||
/**
|
||||
* This method calls the GeoIP2 Precision City endpoint.
|
||||
* This method calls the GeoIP2 City endpoint.
|
||||
*
|
||||
* @param string $ipAddress IPv4 or IPv6 address as a string. If no
|
||||
* address is provided, the address that the web service is called
|
||||
|
@ -142,7 +142,7 @@ class Client
|
|||
}
|
||||
|
||||
/**
|
||||
* This method calls the GeoIP2 Precision City/ISP/Org endpoint.
|
||||
* This method calls the GeoIP2 City/ISP/Org endpoint.
|
||||
*
|
||||
* @param string $ipAddress IPv4 or IPv6 address as a string. If no
|
||||
* address is provided, the address that the web service is called
|
||||
|
@ -163,7 +163,7 @@ class Client
|
|||
}
|
||||
|
||||
/**
|
||||
* This method calls the GeoIP2 Precision Omni endpoint.
|
||||
* This method calls the GeoIP2 Omni endpoint.
|
||||
*
|
||||
* @param string $ipAddress IPv4 or IPv6 address as a string. If no
|
||||
* address is provided, the address that the web service is called
|
||||
|
|
Loading…
Reference in New Issue
Block a user