Skip to content

Commit

Permalink
[Validator] remove duplicate interface implementations
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobion committed Aug 19, 2014
1 parent 6dd5592 commit 1eec2d6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/Symfony/Component/Validator/Mapping/ClassMetadata.php
Expand Up @@ -17,8 +17,6 @@
use Symfony\Component\Validator\Constraints\Valid;
use Symfony\Component\Validator\Exception\ConstraintDefinitionException;
use Symfony\Component\Validator\Exception\GroupDefinitionException;
use Symfony\Component\Validator\MetadataInterface as LegacyMetadataInterface;
use Symfony\Component\Validator\PropertyMetadataContainerInterface;
use Symfony\Component\Validator\ValidationVisitorInterface;

/**
Expand All @@ -29,7 +27,7 @@
* @author Bernhard Schussek <bschussek@gmail.com>
* @author Fabien Potencier <fabien@symfony.com>
*/
class ClassMetadata extends ElementMetadata implements LegacyMetadataInterface, PropertyMetadataContainerInterface, ClassMetadataInterface
class ClassMetadata extends ElementMetadata implements ClassMetadataInterface
{
/**
* @var string
Expand Down

0 comments on commit 1eec2d6

Please sign in to comment.