mirror of
https://github.com/laravel/valet.git
synced 2026-02-05 08:30:07 +01:00
Apply fixes from StyleCI
This commit is contained in:
@@ -179,7 +179,7 @@ public function uninstall()
|
||||
}
|
||||
|
||||
/**
|
||||
* Return a list of all sites with explicit Nginx configurations
|
||||
* Return a list of all sites with explicit Nginx configurations.
|
||||
*
|
||||
* @return \Illuminate\Support\Collection
|
||||
*/
|
||||
|
||||
@@ -531,7 +531,7 @@
|
||||
})->descriptions('Stop customizing the version of PHP used by Valet to serve the current working directory');
|
||||
|
||||
/**
|
||||
* List isolated sites
|
||||
* List isolated sites.
|
||||
*/
|
||||
$app->command('isolated', function () {
|
||||
$sites = PhpFpm::isolatedDirectories();
|
||||
|
||||
Reference in New Issue
Block a user