From 94f329c2dc9add16c0a3cb712992d587c585e138 Mon Sep 17 00:00:00 2001 From: Gavin Brown Date: Fri, 15 Mar 2024 10:56:12 +0000 Subject: [PATCH] fixed --- RDAP/Server.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RDAP/Server.php b/RDAP/Server.php index 5747283..588d947 100644 --- a/RDAP/Server.php +++ b/RDAP/Server.php @@ -225,7 +225,7 @@ private function domain(string $domain) : ?string { return true; } else { - return str_ends_with($domain, '.'.$tld)); + return str_ends_with($domain, '.'.$tld); } });