Skip to content

Commit

Permalink
Make StyleCI happy
Browse files Browse the repository at this point in the history
  • Loading branch information
meezaan committed Jan 16, 2024
1 parent e450c2c commit d665828
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/Api/Services/IPSevenEx.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ public function isRateLimited(): bool
}

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

}


protected function buildUrl(string $ip, ?string $apiKey): string
Expand All @@ -45,7 +47,7 @@ protected function getRequestOptions(?string $apiKey, array $ips = null): array
return [
'http_errors' => false,
'query' => [
'apikey' => $apiKey
'apikey' => $apiKey,
],
];
}
Expand Down

0 comments on commit d665828

Please sign in to comment.