1
0
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:
StyleCI Bot
2022-03-14 04:16:45 +00:00
parent 95aa03977c
commit 9b8c41e3d3
4 changed files with 14 additions and 14 deletions

View File

@@ -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
*/

View File

@@ -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();