mirror of
https://github.com/laravel/valet.git
synced 2026-02-04 08:10:07 +01:00
Minor formatting tweaks to #1460
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Set the Ngrok auth token.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user