Skip to content

Commit

Permalink
Ignore phpstan argument.type lint in test (#169)
Browse files Browse the repository at this point in the history
Signed-off-by: Matias Ylipelto <[email protected]>
  • Loading branch information
lianatech-matias-ylipelto authored Dec 2, 2024
1 parent 50b70a6 commit 12af805
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Test/Prometheus/Storage/APCngTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 12af805

Please sign in to comment.