Skip to content

Commit

Permalink
Issue #169: Add parameter to PhpDoc.
Browse files Browse the repository at this point in the history
  • Loading branch information
josepico01 committed Apr 22, 2024
1 parent 369ad4f commit 5102732
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/tool_cloudmetrics_collect_metrics_test.php
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,10 @@ public function test_execute(string $timestr, array $meta, array $expected) {

/**
* This method gets all metrics (except those in sent in the data provider) and sets them into a disable state.
* @param array $expected The expected metrics.
*
*/
private function disable_metrics(array $expected): void {
private function disable_metrics(array $expected) {
$metrics = metric\manager::get_metrics(true);

foreach ($metrics as $metric) {
Expand Down

0 comments on commit 5102732

Please sign in to comment.