From b588ef30f8f98dbdc8ac1b791a73e11b03307cd7 Mon Sep 17 00:00:00 2001 From: StyleCI Bot Date: Wed, 8 Feb 2023 02:36:57 +0000 Subject: [PATCH] Apply fixes from StyleCI --- cli/Valet/Server.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/Valet/Server.php b/cli/Valet/Server.php index 3b7ac37..85c37ed 100644 --- a/cli/Valet/Server.php +++ b/cli/Valet/Server.php @@ -71,7 +71,7 @@ public static function showDirectoryListing(string $valetSitePath, string $uri) } /** - * Return whether a given host (from $_SERVER['HTTP_HOST']) is an IP address + * Return whether a given host (from $_SERVER['HTTP_HOST']) is an IP address. */ public static function hostIsIpAddress(string $host): bool {