after upgrading to Symfony 2.5.0, I get the following error:
Catchable Fatal Error: Argument 4 passed to Lunetics\TimezoneBundle\EventListener\TimezoneListener::__construct() must be an instance of Symfony\Component\Validator\Validator, instance of Symfony\Component\Validator\Validator\LegacyValidator given
This is because @validator service returns LegacyValidator class.
I see that master branch already uses ValidatorInterface in this constructor. Could you please create a new tag with fixed version? 2.1.1 branch has this bug.
Hi,
after upgrading to Symfony 2.5.0, I get the following error:
This is because
@validator
service returnsLegacyValidator
class.I see that
master
branch already usesValidatorInterface
in this constructor. Could you please create a new tag with fixed version?2.1.1
branch has this bug.Thank you