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

Minor formatting tweaks to #1460

This commit is contained in:
Matt Stauffer
2023-12-20 22:40:28 -05:00
parent 9c922e5a2f
commit b1b84fe163

View File

@@ -73,11 +73,10 @@ public function findHttpTunnelUrl(array $tunnels, string $domain): ?string
} }
} }
// Return HTTP tunnel if available, otherwise return HTTPS tunnel // Return HTTP tunnel if available; HTTPS tunnel if not; null if neither
return $httpTunnel ?? $httpsTunnel; return $httpTunnel ?? $httpsTunnel;
} }
/** /**
* Set the Ngrok auth token. * Set the Ngrok auth token.
*/ */