1
0
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:
crynobone
2025-02-12 01:38:26 +00:00
committed by github-actions[bot]
parent 06d0070837
commit c4c650d567
19 changed files with 19 additions and 19 deletions

View File

@@ -28,7 +28,7 @@ public function beforeLoading(string $sitePath, string $siteName, string $uri):
/**
* Determine if the incoming request is for a static file.
*/
public function isStaticFile(string $sitePath, string $siteName, string $uri)/*: string|false */
public function isStaticFile(string $sitePath, string $siteName, string $uri)/* : string|false */
{
if ($this->isActualFile($staticFilePath = $sitePath.'/Web'.$uri)) {
return $staticFilePath;