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.
2 parents 82ac6ae + 12af805 commit 933e620Copy full SHA for 933e620
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