Skip to content

Commit 933e620

Browse files
authored
Merge branch 'PromPHP:main' into redis-read-only
2 parents 82ac6ae + 12af805 commit 933e620

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Test/Prometheus/Storage/APCngTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public function nonStringLabelValuesAreCastToStrings(): void
5656
'int_label_values',
5757
'test int label values',
5858
['int_label'],
59-
)->incBy(3, [3]);
59+
)->incBy(3, [3]); // @phpstan-ignore argument.type
6060

6161
$counter = apcu_fetch("prom:counter:ns_int_label_values:WyIzIl0=:value");
6262
self::assertSame(3000, $counter);

0 commit comments

Comments
 (0)