Skip to content

Commit f25087c

Browse files
committed
for some reason, this works localy but not on CI
1 parent 67acd15 commit f25087c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/rules/Fixtures/FinalClass/SomeTrait.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88

99
namespace Ibexa\Tests\PHPStan\Rules\Fixtures\FinalClass;
1010

11+
/**
12+
* @phpstan-ignore trait.unused
13+
*/
1114
trait SomeTrait
1215
{
1316
}

0 commit comments

Comments
 (0)