@@ -125,13 +125,13 @@ private function userAgent(): string
125125 * @throws \GeoIp2\Exception\InvalidRequestException} if your request was received by the web service but is
126126 * invalid for some other reason. This may indicate an issue
127127 * with this API. Please report the error to MaxMind.
128- * @throws \GeoIp2\Exception\HttpException if an unexpected HTTP error code or message was returned.
129- * This could indicate a problem with the connection between
130- * your server and the web service or that the web service
131- * returned an invalid document or 500 error code
132- * @throws \GeoIp2\Exception\GeoIp2Exception This serves as the parent
133- * class to the above exceptions. It will be thrown directly
134- * if a 200 status code is returned but the body is invalid.
128+ * @throws \GeoIp2\Exception\HttpException if an unexpected HTTP error code or message was returned.
129+ * This could indicate a problem with the connection between
130+ * your server and the web service or that the web service
131+ * returned an invalid document or 500 error code
132+ * @throws \GeoIp2\Exception\GeoIp2Exception This serves as the parent
133+ * class to the above exceptions. It will be thrown directly
134+ * if a 200 status code is returned but the body is invalid.
135135 */
136136 public function city (string $ ipAddress = 'me ' ): City
137137 {
@@ -154,14 +154,14 @@ public function city(string $ipAddress = 'me'): City
154154 * @throws \GeoIp2\Exception\InvalidRequestException} if your request was received by the web service but is
155155 * invalid for some other reason. This may indicate an
156156 * issue with this API. Please report the error to MaxMind.
157- * @throws \GeoIp2\Exception\HttpException if an unexpected HTTP error
158- * code or message was returned. This could indicate a problem
159- * with the connection between your server and the web service
160- * or that the web service returned an invalid document or 500
161- * error code.
162- * @throws \GeoIp2\Exception\GeoIp2Exception This serves as the parent class to the above exceptions. It
163- * will be thrown directly if a 200 status code is returned but
164- * the body is invalid.
157+ * @throws \GeoIp2\Exception\HttpException if an unexpected HTTP error
158+ * code or message was returned. This could indicate a problem
159+ * with the connection between your server and the web service
160+ * or that the web service returned an invalid document or 500
161+ * error code.
162+ * @throws \GeoIp2\Exception\GeoIp2Exception This serves as the parent class to the above exceptions. It
163+ * will be thrown directly if a 200 status code is returned but
164+ * the body is invalid.
165165 */
166166 public function country (string $ ipAddress = 'me ' ): Country
167167 {
@@ -185,13 +185,13 @@ public function country(string $ipAddress = 'me'): Country
185185 * @throws \GeoIp2\Exception\InvalidRequestException} if your request was received by the web service but is
186186 * invalid for some other reason. This may indicate an
187187 * issue with this API. Please report the error to MaxMind.
188- * @throws \GeoIp2\Exception\HttpException if an unexpected HTTP error code or message was returned.
189- * This could indicate a problem with the connection between
190- * your server and the web service or that the web service
191- * returned an invalid document or 500 error code
192- * @throws \GeoIp2\Exception\GeoIp2Exception This serves as the parent
193- * class to the above exceptions. It will be thrown directly
194- * if a 200 status code is returned but the body is invalid.
188+ * @throws \GeoIp2\Exception\HttpException if an unexpected HTTP error code or message was returned.
189+ * This could indicate a problem with the connection between
190+ * your server and the web service or that the web service
191+ * returned an invalid document or 500 error code
192+ * @throws \GeoIp2\Exception\GeoIp2Exception This serves as the parent
193+ * class to the above exceptions. It will be thrown directly
194+ * if a 200 status code is returned but the body is invalid.
195195 */
196196 public function insights (string $ ipAddress = 'me ' ): Insights
197197 {
0 commit comments