1
0
mirror of https://github.com/laravel/valet.git synced 2026-02-06 00:40:06 +01:00

Apply fixes from StyleCI

This commit is contained in:
StyleCI Bot
2023-02-08 02:39:46 +00:00
parent 719ff07eec
commit 44c2fcc63e

View File

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