Skip to content

Commit

Permalink
correcting issue 161 add progress bar param to record_metrics function
Browse files Browse the repository at this point in the history
  • Loading branch information
gbarat87 committed Aug 7, 2023
1 parent c703de6 commit 8319d94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion collector/cloudwatch/classes/collector.php
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ public function record_metric(metric_item $item) {
*
* @param array $items
*/
public function record_metrics(array $items) {
public function record_metrics(array $items, \progress_bar $progress = null) {
$metricdata = [];
foreach ($items as $item) {
$metricdata[] = $this->make_metric_data_entry($item);
Expand Down

0 comments on commit 8319d94

Please sign in to comment.