@@ -82,7 +82,7 @@ discard block |
||
82 | 82 | public function shouldTriggerBeFired(Trigger $trigger, array $serverData, $msDelay) |
83 | 83 | { |
84 | 84 | $this->checkIsComparatorValid(); |
85 | - if ( ! $this->notifier->hasNotificationDelayExpired( |
|
85 | + if (!$this->notifier->hasNotificationDelayExpired( |
|
86 | 86 | $trigger->getId(), |
87 | 87 | $serverData['server_id'], |
88 | 88 | $msDelay |
@@ -107,7 +107,7 @@ discard block |
||
107 | 107 | */ |
108 | 108 | private function checkIsComparatorValid() |
109 | 109 | { |
110 | - if ( ! $this->comparator) { |
|
110 | + if (!$this->comparator) { |
|
111 | 111 | throw new \Exception('Comparator invalid'); |
112 | 112 | } |
113 | 113 | } |