Verified Commit 06089464 authored by Alex Pott's avatar Alex Pott
Browse files

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

(cherry picked from commit fc3fa012)
parent 24cb8bc4
Loading
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -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.
   *
+0 −7
Original line number Diff line number Diff line
@@ -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}
   */
+0 −7
Original line number Diff line number Diff line
@@ -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}
   */