Deprecate interface Symfony\Component\Validator\ExecutionContextInterface

This commit is contained in:
Laurent Brunet 2014-11-29 14:03:47 +01:00
parent b82d6cf31d
commit 7ed6d11a23

View File

@ -11,6 +11,8 @@
namespace Symfony\Component\Validator;
trigger_error('The "Symfony\Component\Validator\ExecutionContextInterface" interface was deprecated in version 2.5 and will be removed in 3.0. Use "Symfony\Component\Validator\Context\ExecutionContextInterface" instead.', E_USER_DEPRECATED);
/**
* Stores the validator's state during validation.
*