Call to an undefined method Symfony\Component\Validator\ConstraintViolationListInterface::__toString()
MichaelBrauner opened this issue · 3 comments
MichaelBrauner commented
I get this error:
Call to an undefined method Symfony\Component\Validator\ConstraintViolationListInterface::__toString()
But __toString() actually should be implemented: https://github.com/symfony/symfony/blob/6.3/src/Symfony/Component/Validator/ConstraintViolationListInterface.php#L24
ondrejmirtes commented
The @method is missing here, please send a PR that syncs the stub: https://github.com/phpstan/phpstan-symfony/blob/1.2.x/stubs/Symfony/Component/Validator/ConstraintViolationListInterface.stub
ondrejmirtes commented
Fixed: #356
github-actions commented
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.