Skip to content

Commit

Permalink
Deprecate interface Symfony\Component\Validator\PropertyMetadataInter…
Browse files Browse the repository at this point in the history
…face
  • Loading branch information
aferrandini committed Nov 29, 2014
1 parent d277c16 commit 4b3f135
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Symfony/Component/Validator/PropertyMetadataInterface.php
Expand Up @@ -11,6 +11,8 @@

namespace Symfony\Component\Validator;

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

/**
* A container for validation metadata of a property.
*
Expand Down

0 comments on commit 4b3f135

Please sign in to comment.