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

Apply fixes from StyleCI

This commit is contained in:
StyleCI Bot
2022-12-18 21:08:41 +00:00
parent efa7937038
commit a73be25a76
13 changed files with 48 additions and 49 deletions

View File

@@ -12,7 +12,7 @@ public function __construct(array $config)
}
/**
* Extract $uri from $SERVER['REQUEST_URI'] variable
* Extract $uri from $SERVER['REQUEST_URI'] variable.
*
* @param string $requestUri $_SERVER['REQUEST_URI']
* @return string
@@ -25,7 +25,7 @@ public function uriFromRequestUri(string $requestUri): string
}
/**
* Extract site name from HTTP host, stripping www. and supporting wildcard DNS
* Extract site name from HTTP host, stripping www. and supporting wildcard DNS.
*
* @param string $httpHost
* @return string

View File

@@ -72,9 +72,8 @@
}
/**
* Allow for drivers to take pre-loading actions (e.g. setting server variables)
* Allow for drivers to take pre-loading actions (e.g. setting server variables).
*/
$valetDriver->beforeLoading($valetSitePath, $siteName, $uri);
/**