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

Fix code styling

This commit is contained in:
mattstauffer
2024-05-31 22:34:01 +00:00
committed by github-actions[bot]
parent 2da59f9934
commit 6118bc2668

View File

@@ -533,6 +533,7 @@ public function createCa(int $caExpireInDays): void
if (strpos($isTrusted, '...certificate verification successful.') === false) {
$this->trustCa($caPemPath);
}
return;
}