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 Sep 12, 2024
1 parent 06e033e commit 101d06c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Api/Services/IPApiPro.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public function isRateLimited(): bool

protected function buildUrl(string $ip, ?string $apiKey): string
{
return "/json/{$ip}?" . http_build_query(['key' => $apiKey]);
return "/json/{$ip}?".http_build_query(['key' => $apiKey]);
}

protected function buildBatchUrl(array $ips, ?string $apiKey): string
Expand Down

0 comments on commit 101d06c

Please sign in to comment.