Skip to content
This repository was archived by the owner on Sep 10, 2021. It is now read-only.

Commit 34f21eb

Browse files
cpatrickStyleCIBot
authored andcommitted
Applied fixes from StyleCI
1 parent 97529ad commit 34f21eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/tracker/Notification.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ public function sendEmail($params)
174174
$thresholdValue = $notification['value'];
175175
$thresholdComparison = $notification['comparison'];
176176
$scalarValue = $scalar['value'];
177-
$subject = 'Threshold Alert: ' . $producerName . ': ' . $trendName . ' value ' . $scalarValue . ' ' . $thresholdComparison . ' ' . $thresholdValue;
177+
$subject = 'Threshold Alert: '.$producerName.': '.$trendName.' value '.$scalarValue.' '.$thresholdComparison.' '.$thresholdValue;
178178

179179
$body = 'Hello,<br/><br/>This email was sent because a submitted scalar value exceeded a threshold that you specified.<br/><br/>';
180180
$body .= '<b>Community:</b> <a href="'.$fullUrl.'/community/'.$producerDao->getCommunityId(

0 commit comments

Comments
 (0)