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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user