Skip to content

Commit

Permalink
fix issue 161 correcting Phpdocs for fail test
Browse files Browse the repository at this point in the history
  • Loading branch information
gbarat87 committed Aug 9, 2023
1 parent 8319d94 commit 0205f57
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions collector/cloudwatch/classes/collector.php
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ public function record_metric(metric_item $item) {
* Record an array of metric data
*
* @param array $items
* @param \progress_bar|null $progress
* @return mixed
*/
public function record_metrics(array $items, \progress_bar $progress = null) {
$metricdata = [];
Expand Down

0 comments on commit 0205f57

Please sign in to comment.