mirror of
https://github.com/laravel/valet.git
synced 2026-02-06 08:40:09 +01:00
Fix code styling
This commit is contained in:
committed by
github-actions[bot]
parent
06d0070837
commit
c4c650d567
@@ -19,7 +19,7 @@ abstract public function serves(string $sitePath, string $siteName, string $uri)
|
||||
*/
|
||||
// While we support PHP 7.4 for individual site isolation...
|
||||
abstract public function isStaticFile(string $sitePath, string $siteName, string $uri);
|
||||
//abstract public function isStaticFile(string $sitePath, string $siteName, string $uri): string|false;
|
||||
// abstract public function isStaticFile(string $sitePath, string $siteName, string $uri): string|false;
|
||||
|
||||
/**
|
||||
* Get the fully resolved path to the application's front controller.
|
||||
|
||||
Reference in New Issue
Block a user