I have a following warning in my depreciation tab:
The Symfony\Component\Validator\Validator\RecursiveValidator::validateValue method is deprecated in version 2.5 and will be removed in version 3.0. Use the Symfony\Component\Validator\Validator\ValidatorInterface::validate method instead.
Last lines of stack trace:
RecursiveValidator::validateValue() (called from TimezoneProvider.php at line 53)
TimezoneProvider::setTimezone() (called from TimezoneListener.php at line 121)
I have a following warning in my depreciation tab:
The Symfony\Component\Validator\Validator\RecursiveValidator::validateValue method is deprecated in version 2.5 and will be removed in version 3.0. Use the Symfony\Component\Validator\Validator\ValidatorInterface::validate method instead.
Last lines of stack trace: