Skip to content

Commit e275aca

Browse files
committed
Deprecate interface Symfony\Component\Validator\PropertyMetadataInterface
1 parent 5a58305 commit e275aca

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

PropertyMetadataInterface.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111

1212
namespace Symfony\Component\Validator;
1313

14+
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);
15+
1416
/**
1517
* A container for validation metadata of a property.
1618
*

0 commit comments

Comments
 (0)