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

Commit 4805203

Browse files
committed
Satisfy StyleCI.
1 parent aae95b8 commit 4805203

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

modules/tracker/controllers/TrendController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -526,7 +526,7 @@ public function notifysubmitAction()
526526
}
527527

528528
/**
529-
* Change key metric status of a trend
529+
* Change key metric status of a trend.
530530
*
531531
* Request parameters:
532532
* trendId - The id of the producer to delete

modules/tracker/models/pdo/TrendModel.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ public function getTrendsGroupByDatasets($producerDao, $onlyKey = false)
152152
$result['trends'] = $this->getAllByParams($queryParams);
153153
$results[] = $result;
154154
}
155+
155156
return $results;
156157
}
157158

0 commit comments

Comments
 (0)