File tree 1 file changed +2
-4
lines changed
src/Symfony/Component/Validator/Mapping 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 17
17
use Symfony \Component \Validator \Constraints \Valid ;
18
18
use Symfony \Component \Validator \Exception \ConstraintDefinitionException ;
19
19
use Symfony \Component \Validator \Exception \GroupDefinitionException ;
20
- use Symfony \Component \Validator \MetadataInterface as LegacyMetadataInterface ;
21
- use Symfony \Component \Validator \PropertyMetadataContainerInterface ;
22
20
use Symfony \Component \Validator \ValidationVisitorInterface ;
23
21
24
22
/**
29
27
* @author Bernhard Schussek <bschussek@gmail.com>
30
28
* @author Fabien Potencier <fabien@symfony.com>
31
29
*/
32
- class ClassMetadata extends ElementMetadata implements LegacyMetadataInterface, PropertyMetadataContainerInterface, ClassMetadataInterface
30
+ class ClassMetadata extends ElementMetadata implements ClassMetadataInterface
33
31
{
34
32
/**
35
33
* @var string
@@ -499,7 +497,7 @@ public function isGroupSequenceProvider()
499
497
/**
500
498
* Class nodes are never cascaded.
501
499
*
502
- * @return bool Always returns false.
500
+ * {@inheritdoc}
503
501
*/
504
502
public function getCascadingStrategy ()
505
503
{
You can’t perform that action at this time.
0 commit comments