From 44c2fcc63e14abf39d21641b0f99a35547496403 Mon Sep 17 00:00:00 2001 From: StyleCI Bot Date: Wed, 8 Feb 2023 02:39:46 +0000 Subject: [PATCH] Apply fixes from StyleCI --- cli/Valet/Site.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/Valet/Site.php b/cli/Valet/Site.php index 73cc0bf..6ea0d14 100644 --- a/cli/Valet/Site.php +++ b/cli/Valet/Site.php @@ -517,7 +517,7 @@ public function createCa(int $caExpireInDays): void public function removeCa(): void { foreach (['pem', 'key', 'srl'] as $ending) { - $path = $this->caPath('LaravelValetCASelfSigned.' . $ending); + $path = $this->caPath('LaravelValetCASelfSigned.'.$ending); if ($this->files->exists($path)) { $this->files->unlink($path);