diff --git a/core/modules/comment/src/Plugin/Validation/Constraint/CommentNameConstraintValidator.php b/core/modules/comment/src/Plugin/Validation/Constraint/CommentNameConstraintValidator.php index 70d756f22d202801cf3b59a1a8a9aa3463ac7995..9910e4b72ec1c1428ba1950f3edc7975894b44d1 100644 --- a/core/modules/comment/src/Plugin/Validation/Constraint/CommentNameConstraintValidator.php +++ b/core/modules/comment/src/Plugin/Validation/Constraint/CommentNameConstraintValidator.php @@ -14,13 +14,6 @@ */ class CommentNameConstraintValidator extends ConstraintValidator implements ContainerInjectionInterface { - /** - * Validator 2.5 and upwards compatible execution context. - * - * @var \Symfony\Component\Validator\Context\ExecutionContextInterface - */ - protected $context; - /** * User storage handler. * diff --git a/core/modules/system/tests/modules/entity_test/src/Plugin/Validation/Constraint/EntityTestCompositeConstraintValidator.php b/core/modules/system/tests/modules/entity_test/src/Plugin/Validation/Constraint/EntityTestCompositeConstraintValidator.php index 1b15fff585a6df51a84d1cc4042fa3ef75ebaae1..b4f4721ec7cb3116385bb91812b98e700bcef9ed 100644 --- a/core/modules/system/tests/modules/entity_test/src/Plugin/Validation/Constraint/EntityTestCompositeConstraintValidator.php +++ b/core/modules/system/tests/modules/entity_test/src/Plugin/Validation/Constraint/EntityTestCompositeConstraintValidator.php @@ -10,13 +10,6 @@ */ class EntityTestCompositeConstraintValidator extends ConstraintValidator { - /** - * Validator 2.5 and upwards compatible execution context. - * - * @var \Symfony\Component\Validator\Context\ExecutionContextInterface - */ - protected $context; - /** * {@inheritdoc} */ diff --git a/core/modules/system/tests/modules/entity_test/src/Plugin/Validation/Constraint/EntityTestEntityLevelValidator.php b/core/modules/system/tests/modules/entity_test/src/Plugin/Validation/Constraint/EntityTestEntityLevelValidator.php index 3b84ada069ccaf6bc2852a3efca5f7935af82ae0..e75731f413a22be617d39dee9b7d39898c7e14d0 100644 --- a/core/modules/system/tests/modules/entity_test/src/Plugin/Validation/Constraint/EntityTestEntityLevelValidator.php +++ b/core/modules/system/tests/modules/entity_test/src/Plugin/Validation/Constraint/EntityTestEntityLevelValidator.php @@ -10,13 +10,6 @@ */ class EntityTestEntityLevelValidator extends ConstraintValidator { - /** - * Validator 2.5 and upwards compatible execution context. - * - * @var \Symfony\Component\Validator\Context\ExecutionContextInterface - */ - protected $context; - /** * {@inheritdoc} */