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:
@@ -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
|
||||
|
||||
@@ -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);
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user