[Validator] remove duplicate interface implementations

This commit is contained in:
Tobias Schultze 2014-08-19 17:11:55 +02:00
parent 6dd55923e3
commit 1eec2d6fda

View File

@ -17,8 +17,6 @@ use Symfony\Component\Validator\Constraints\Traverse;
use Symfony\Component\Validator\Constraints\Valid; use Symfony\Component\Validator\Constraints\Valid;
use Symfony\Component\Validator\Exception\ConstraintDefinitionException; use Symfony\Component\Validator\Exception\ConstraintDefinitionException;
use Symfony\Component\Validator\Exception\GroupDefinitionException; use Symfony\Component\Validator\Exception\GroupDefinitionException;
use Symfony\Component\Validator\MetadataInterface as LegacyMetadataInterface;
use Symfony\Component\Validator\PropertyMetadataContainerInterface;
use Symfony\Component\Validator\ValidationVisitorInterface; use Symfony\Component\Validator\ValidationVisitorInterface;
/** /**
@ -29,7 +27,7 @@ use Symfony\Component\Validator\ValidationVisitorInterface;
* @author Bernhard Schussek <bschussek@gmail.com> * @author Bernhard Schussek <bschussek@gmail.com>
* @author Fabien Potencier <fabien@symfony.com> * @author Fabien Potencier <fabien@symfony.com>
*/ */
class ClassMetadata extends ElementMetadata implements LegacyMetadataInterface, PropertyMetadataContainerInterface, ClassMetadataInterface class ClassMetadata extends ElementMetadata implements ClassMetadataInterface
{ {
/** /**
* @var string * @var string