mirror of
https://github.com/laravel/valet.git
synced 2026-02-08 09:10:10 +01:00
Fix code styling
This commit is contained in:
committed by
github-actions[bot]
parent
06d0070837
commit
c4c650d567
@@ -34,7 +34,7 @@ public function frontControllerDirectory($sitePath): string
|
||||
/**
|
||||
* 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 */
|
||||
{
|
||||
$frontControllerDirectory = $this->frontControllerDirectory($sitePath);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user