File "ConstraintValidatorInterface.php"

Full Path: /home/warrior1/public_html/wp-content/plugins/mailpoet/vendor-prefixed/symfony/validator/ConstraintValidatorInterface.php
File size: 340 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
namespace MailPoetVendor\Symfony\Component\Validator;
if (!defined('ABSPATH')) exit;
use MailPoetVendor\Symfony\Component\Validator\Context\ExecutionContextInterface;
interface ConstraintValidatorInterface
{
 public function initialize(ExecutionContextInterface $context);
 public function validate($value, Constraint $constraint);
}