diff --git a/cli/Valet/Site.php b/cli/Valet/Site.php index 615b76d1..71743bda 100644 --- a/cli/Valet/Site.php +++ b/cli/Valet/Site.php @@ -502,7 +502,7 @@ public function secure(string $url, ?string $siteConf = null, int $certificateEx /** * Renews all domains with a trusted TLS certificate. - * @param int $certificateExpireInDays The number of days the self signed certificate is valid. + * @param int $expireIn The number of days the self signed certificate is valid. * Certificates SHOULD NOT have a validity period greater than 397 days. */ public function renew($expireIn = 396): void