We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67acd15 commit f25087cCopy full SHA for f25087c
tests/rules/Fixtures/FinalClass/SomeTrait.php
@@ -8,6 +8,9 @@
8
9
namespace Ibexa\Tests\PHPStan\Rules\Fixtures\FinalClass;
10
11
+/**
12
+ * @phpstan-ignore trait.unused
13
+ */
14
trait SomeTrait
15
{
16
}
0 commit comments