@@ -82,7 +82,7 @@ |
||
82 | 82 | { |
83 | 83 | $notificationId = $trigger->getNotificationId(); |
84 | 84 | $notification = $this->getNotificationById($notificationId); |
85 | - if (! $notification) { |
|
85 | + if (!$notification) { |
|
86 | 86 | throw new \Exception('Notification not found'); |
87 | 87 | } |
88 | 88 | //merge server data and trigger properties so we can use them in fulfilling notification message |
@@ -96,7 +96,7 @@ |
||
96 | 96 | ); |
97 | 97 | $query = $queryBuilder->getQuery(); |
98 | 98 | $queryResult = $query->getResult(); |
99 | - if (! $queryResult) { |
|
99 | + if (!$queryResult) { |
|
100 | 100 | return true; |
101 | 101 | } |
102 | 102 | $timeOfLastFiredUpTrigger = $queryResult[0]['created']; |