Skip to content

Commit

Permalink
Deprecate Symfony\Component\Validator\GlobalExecutionContextInterface
Browse files Browse the repository at this point in the history
  • Loading branch information
aferrandini committed Nov 29, 2014
1 parent d277c16 commit b581096
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -11,6 +11,8 @@

namespace Symfony\Component\Validator;

trigger_error('Symfony\Component\Validator\GlobalExecutionContextInterface was deprecated in version 2.5 and will be removed in version 3.0. Please use Symfony\Component\Validator\Context\ExecutionContextInterface instead', E_USER_DEPRECATED);

/**
* Stores the node-independent state of a validation run.
*
Expand Down

0 comments on commit b581096

Please sign in to comment.