-
Notifications
You must be signed in to change notification settings - Fork 96
Add stub for ConstraintViolationListInterface #120
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
Add stub for ConstraintViolationListInterface #120
Conversation
Could someone test this? I've added this to my project and got the error PHPDoc tag @extends has invalid type Symfony\Component\Validator\ConstraintViolationInterface
and I have no idea why.
Checks also failed, @ondrejmirtes could you help?
The documentation states why you got this error: https://phpstan.org/user-guide/stub-files
See the section "Why is PHPStan complaining about "Class not found" in a stub file?".
1ed89cf
to
8c2eefe
Compare
Thank you!
No description provided.