diff --git a/tests/Test/Prometheus/Storage/APCngTest.php b/tests/Test/Prometheus/Storage/APCngTest.php index 02be614c..d9990a26 100644 --- a/tests/Test/Prometheus/Storage/APCngTest.php +++ b/tests/Test/Prometheus/Storage/APCngTest.php @@ -56,7 +56,7 @@ public function nonStringLabelValuesAreCastToStrings(): void 'int_label_values', 'test int label values', ['int_label'], - )->incBy(3, [3]); + )->incBy(3, [3]); // @phpstan-ignore argument.type $counter = apcu_fetch("prom:counter:ns_int_label_values:WyIzIl0=:value"); self::assertSame(3000, $counter);