mirror of
https://github.com/laravel/valet.git
synced 2026-02-08 01:10:08 +01:00
Fix code styling
This commit is contained in:
committed by
github-actions[bot]
parent
06d0070837
commit
c4c650d567
@@ -71,7 +71,7 @@ public function serves(string $sitePath, string $siteName, string $uri): bool
|
||||
* no PHP script file and the URI points to a valid file (no folder) on
|
||||
* the disk. Access to those static files will be authorized.
|
||||
*/
|
||||
public function isStaticFile(string $sitePath, string $siteName, string $uri)/*: string|false */
|
||||
public function isStaticFile(string $sitePath, string $siteName, string $uri)/* : string|false */
|
||||
{
|
||||
// May the file contains a cache busting version string like filename.12345678.css
|
||||
// If that is the case, the file cannot be found on disk, so remove the version
|
||||
|
||||
Reference in New Issue
Block a user