Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow skip missed classes #745

Open
vjik opened this issue Aug 11, 2023 · 1 comment
Open

Allow skip missed classes #745

vjik opened this issue Aug 11, 2023 · 1 comment

Comments

@vjik
Copy link

vjik commented Aug 11, 2023

Yii Config package use composer classes, that available when running from composer only.

How suppress this errors:

[BC] SKIPPED: Roave\BetterReflection\Reflection\ReflectionClass "Composer\Command\BaseCommand" could not be found in the located source
[BC] SKIPPED: Roave\BetterReflection\Reflection\ReflectionClass "Composer\Plugin\PluginInterface" could not be found in the located source

?

@Ocramius
Copy link
Member

Currently, there is no suppression mechanism: the tool will indeed report this as a failure.

A baselining mechanism would make sense, but is not built into the tool yet: feel free to propose one :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants