From 101d06c8acec179ad1d3e530d5a5cf7c369092e2 Mon Sep 17 00:00:00 2001 From: StyleCI Bot Date: Thu, 12 Sep 2024 12:35:44 +0000 Subject: [PATCH] Apply fixes from StyleCI --- src/Api/Services/IPApiPro.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Api/Services/IPApiPro.php b/src/Api/Services/IPApiPro.php index 57cc029..e738022 100644 --- a/src/Api/Services/IPApiPro.php +++ b/src/Api/Services/IPApiPro.php @@ -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