Completed
Push — master ( 048a96...6b890d )
by Ma
02:22
created
src/Monitor/Notification/Trigger/TriggerMgr.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -110,7 +110,7 @@  discard block
 block discarded – undo
110 110
     public function shouldTriggerBeFired(Trigger $trigger, array $serverData, $msDelay)
111 111
     {
112 112
         $this->checkIsComparatorValid();
113
-        if ( ! $this->notificationMgr->hasNotificationDelayExpired(
113
+        if (!$this->notificationMgr->hasNotificationDelayExpired(
114 114
             $trigger->getId(),
115 115
             $serverData['server_id'],
116 116
             $msDelay
@@ -135,7 +135,7 @@  discard block
 block discarded – undo
135 135
      */
136 136
     private function checkIsComparatorValid()
137 137
     {
138
-        if ( ! $this->comparator) {
138
+        if (!$this->comparator) {
139 139
             throw new \Exception('Comparator invalid');
140 140
         }
141 141
     }
Please login to merge, or discard this patch.