I'm pretty new to Symfony framework, when I was trying to create a form based on its cookbook instructions, I faced a weird error. As I traced SF's debug tool, I found that there's a class which implements two interfaces both have same method. based on this question, I think this is a conflict. Am I right?
error:
Compile Error: Can't inherit abstract function Symfony\Component\Validator\ValidatorInterface::validate() (previously declared abstract in Symfony\Component\Validator\Validator\ValidatorInterface)
first interface:
vendor\symfony\symfony\src\Symfony\Component\Validator\Validator\ValidatorInterface.php
vendor\symfony\symfony\src\Symfony\Component\Validator\ValidatorInterface.php
class implementing them:
vendor\symfony\symfony\src\Symfony\Component\Validator\Validator\RecursiveValidator.php