Skip to content

Commit 12af805

Browse files
Ignore phpstan argument.type lint in test (#169)
Signed-off-by: Matias Ylipelto <129368437+lianatech-matias-ylipelto@users.noreply.github.com>
1 parent 50b70a6 commit 12af805

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)