Skip to content
Snippets Groups Projects
Verified Commit fc3fa012 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3427738 by longwave: Remove $context properties from ConstraintValidators

parent 9a6bf1db
No related branches found
No related tags found
No related merge requests found
...@@ -14,13 +14,6 @@ ...@@ -14,13 +14,6 @@
*/ */
class CommentNameConstraintValidator extends ConstraintValidator implements ContainerInjectionInterface { 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. * User storage handler.
* *
......
...@@ -10,13 +10,6 @@ ...@@ -10,13 +10,6 @@
*/ */
class EntityTestCompositeConstraintValidator extends ConstraintValidator { class EntityTestCompositeConstraintValidator extends ConstraintValidator {
/**
* Validator 2.5 and upwards compatible execution context.
*
* @var \Symfony\Component\Validator\Context\ExecutionContextInterface
*/
protected $context;
/** /**
* {@inheritdoc} * {@inheritdoc}
*/ */
......
...@@ -10,13 +10,6 @@ ...@@ -10,13 +10,6 @@
*/ */
class EntityTestEntityLevelValidator extends ConstraintValidator { class EntityTestEntityLevelValidator extends ConstraintValidator {
/**
* Validator 2.5 and upwards compatible execution context.
*
* @var \Symfony\Component\Validator\Context\ExecutionContextInterface
*/
protected $context;
/** /**
* {@inheritdoc} * {@inheritdoc}
*/ */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment