minor #12726 Deprecate interface Symfony\Component\Validator\ExecutionContextInterface (lbrunet)

This PR was merged into the 2.7 branch.

Discussion
----------

Deprecate interface Symfony\Component\Validator\ExecutionContextInterface

| Q             | A
| ------------- | ---
| Bug fix?      | no
| New feature?  | no
| BC breaks?    | no
| Deprecations? | yes
| Tests pass?   | yes
| Fixed tickets | [#12683]
| License       | MIT

Deprecate interface Symfony\Component\Validator\ExecutionContextInterface

Commits
-------

7ed6d11 Deprecate interface Symfony\Component\Validator\ExecutionContextInterface
This commit is contained in:
Fabien Potencier 2014-11-29 16:00:32 +01:00
commit ebcf5dc166

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.
*