diff --git a/src/Facades/LetsEncrypt.php b/src/Facades/LetsEncrypt.php index e21905b..c1f3b0e 100644 --- a/src/Facades/LetsEncrypt.php +++ b/src/Facades/LetsEncrypt.php @@ -8,10 +8,10 @@ /** * @mixin \Daanra\LaravelLetsEncrypt\LetsEncrypt - * @method static array create(string $domain) + * @method static array create(string $domain, array $chain = []) * @method static LetsEncryptCertificate createNow(string $domain) - * @method static LetsEncryptCertificate renewNow($domain) - * @method static PendingDispatch renew($domain) + * @method static LetsEncryptCertificate renewNow(string $domain) + * @method static PendingDispatch renew(string $domain, array $chain = []) */ class LetsEncrypt extends Facade {