Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Feb 7, 2024
1 parent c4b1f49 commit 6b86733
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Api/Services/IPSevenEx.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,8 @@ public function isRateLimited(): bool

protected function updateRateLimitsFromResponse(ResponseInterface $response, string $requestType = 'single'): void
{

}


protected function buildUrl(string $ip, ?string $apiKey): string
{
return "geolocate/v1/ip/$ip";
Expand Down Expand Up @@ -64,7 +62,6 @@ protected function handleError(ResponseInterface $response, object $body): ?Serv

protected function parseResponse(object $body): ServiceResponse
{

$response = new ServiceResponse($this->host);

$body = $body->data;
Expand Down

0 comments on commit 6b86733

Please sign in to comment.