Skip to content

Commit

Permalink
[Validator] [Hackday] [2.7] Add a deprecation note about PropertyMeta…
Browse files Browse the repository at this point in the history
…dataContainerInterface
  • Loading branch information
mrcmorales authored and fabpot committed Nov 29, 2014
1 parent 0c7df58 commit a93ab3e
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\PropertyMetadataContainerInterface is deprecated since version 2.5 and will be removed in 3.0. Use Symfony\Component\Validator\Mapping\ClassMetadataInterface instead.', E_USER_DEPRECATED);

/**
* A container for {@link PropertyMetadataInterface} instances.
*
Expand Down

0 comments on commit a93ab3e

Please sign in to comment.