phpstan/phpstan-symfony

Call to an undefined method Symfony\Component\Validator\ConstraintViolationListInterface::__toString()

MichaelBrauner opened this issue · 3 comments

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

Fixed: #356

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.