Completed
Push — master ( f4336a...a269ea )
by Eric
7s
created
src/Monitors/SSLCertificateMonitor.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -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.