|
@@ -64,7 +64,7 @@ |
|
|
block discarded – undo |
|
64
|
64
|
$this->processCertificate($this->certificateInfo); |
|
65
|
65
|
|
|
66
|
66
|
if ($this->certificateDaysUntilExpiration < 0 |
|
67
|
|
- || ! $this->hostCoveredByCertificate($urlParts['host'], $this->certificateDomain, $this->certificateAdditionalDomains)) { |
|
|
67
|
+ || !$this->hostCoveredByCertificate($urlParts['host'], $this->certificateDomain, $this->certificateAdditionalDomains)) { |
|
68
|
68
|
event(new SSLCertificateInvalid($this)); |
|
69
|
69
|
} elseif (in_array($this->certificateDaysUntilExpiration, $this->alarmDaysBeforeExpiration)) { |
|
70
|
70
|
event(new SSLCertificateExpiring($this)); |
Please login to merge, or discard this patch.