mirror of
https://github.com/laravel/valet.git
synced 2026-02-06 08:40:09 +01:00
Apply fixes from StyleCI
This commit is contained in:
@@ -122,15 +122,15 @@ public static function specificDrivers(): array
|
||||
{
|
||||
return array_map(function ($item) {
|
||||
return 'Specific\\'.$item;
|
||||
}, static::driversIn(__DIR__ . '/Specific'));
|
||||
}, static::driversIn(__DIR__.'/Specific'));
|
||||
}
|
||||
|
||||
/**
|
||||
* Take any steps necessary before loading the front controller for this driver.
|
||||
*
|
||||
* @param string $sitePath
|
||||
* @param string $siteName
|
||||
* @param string $uri
|
||||
* @param string $sitePath
|
||||
* @param string $siteName
|
||||
* @param string $uri
|
||||
* @return void
|
||||
*/
|
||||
public function beforeLoading(string $sitePath, string $siteName, string $uri): void
|
||||
|
||||
Reference in New Issue
Block a user