We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50b70a6 commit 12af805Copy full SHA for 12af805
tests/Test/Prometheus/Storage/APCngTest.php
@@ -56,7 +56,7 @@ public function nonStringLabelValuesAreCastToStrings(): void
56
'int_label_values',
57
'test int label values',
58
['int_label'],
59
- )->incBy(3, [3]);
+ )->incBy(3, [3]); // @phpstan-ignore argument.type
60
61
$counter = apcu_fetch("prom:counter:ns_int_label_values:WyIzIl0=:value");
62
self::assertSame(3000, $counter);
0 commit comments