1
0
mirror of https://github.com/laravel/valet.git synced 2026-02-04 16:10:08 +01:00

Fix incorrect comments

This commit is contained in:
Matt Allan
2019-08-07 11:11:51 -04:00
parent 8fc0ec6077
commit 76a0c3222e
2 changed files with 2 additions and 2 deletions

View File

@@ -28,7 +28,7 @@ function __construct(Brew $brew, CommandLine $cli, Filesystem $files)
}
/**
* Install and configure DnsMasq.
* Install and configure PhpFpm.
*
* @return void
*/

View File

@@ -45,7 +45,7 @@
}
/**
* Allow Valet to be run more conveniently by allowing the Node proxy to run password-less sudo.
* Install Valet and any required services.
*/
$app->command('install', function () {
Nginx::stop();