Closed simPod closed 7 months ago
This is expected to be reported, as method is used only in tests. This means it's either helper test class or unused code.
In the first case, it should be marked with @api
explicitly, to avoid false positive on used method.
In latter case should be removed :+1:
TomasVotruba\UnusedPublic\Tests\Simpod\Factory\SomeFactory::create()
is calledI have reproduced the issue from https://github.com/TomasVotruba/unused-public/issues/52