File "ExecutionContextFactoryInterface.php"

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

<?php
namespace MailPoetVendor\Symfony\Component\Validator\Context;
if (!defined('ABSPATH')) exit;
use MailPoetVendor\Symfony\Component\Validator\Validator\ValidatorInterface;
interface ExecutionContextFactoryInterface
{
 public function createContext(ValidatorInterface $validator, $root);
}