From 1f4dd70740c82fcae73e09ec3b948414be6eb92c Mon Sep 17 00:00:00 2001 From: Adam Wathan Date: Thu, 23 Mar 2017 09:01:10 -0400 Subject: [PATCH] Capitalize PHP --- cli/Valet/PhpFpm.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/Valet/PhpFpm.php b/cli/Valet/PhpFpm.php index 83f4783..6a4facc 100644 --- a/cli/Valet/PhpFpm.php +++ b/cli/Valet/PhpFpm.php @@ -54,7 +54,7 @@ function install() */ function updateConfiguration() { - info('Updating php configuration...'); + info('Updating PHP configuration...'); $contents = $this->files->get($this->fpmConfigPath());