1
0
mirror of https://github.com/laravel/valet.git synced 2026-02-06 08:40:09 +01:00

Apply fixes from StyleCI

This commit is contained in:
StyleCI Bot
2023-02-08 02:36:57 +00:00
parent faf2ba4ce0
commit b588ef30f8

View File

@@ -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 public static function hostIsIpAddress(string $host): bool
{ {