after upgrading from Symfony 2.4 to 2.5, my form validation restrictions no longer work.
I get: Fatal error cropped: argument 1 passed to Symfony \ Component \ Form \ Extension \ Validator \ Type \ FormTypeValidatorExtension :: __ construct () should be an instance of Symfony \ Component \ Validator \ ValidatorInterface, an instance of Symfony \ Component \ Validator \ Validator \ RecursiveValidator defined by provider /symfony/symfony/src/Symfony/Component/Form/Extension/Validator/Type/FormTypeValidatorExtension.php on line 36
Anyone have a suggestion on how to fix this?
source share