Skip to content

Commit c2bd846

Browse files
committed
ignore non-api covered warning in test
1 parent 430a339 commit c2bd846

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/src/Rules/EntityParameterTypehintRuleTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ final class EntityParameterTypehintRuleTest extends DrupalRuleTestCase
1111
{
1212
protected function getRule(): Rule
1313
{
14+
// @phpstan-ignore-next-line
1415
return new MissingFunctionParameterTypehintRule(
16+
// @phpstan-ignore-next-line
1517
new MissingTypehintCheck(
1618
true,
1719
true,

0 commit comments

Comments
 (0)