File "GroupSequenceProviderInterface.php"

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

<?php
namespace MailPoetVendor\Symfony\Component\Validator;
if (!defined('ABSPATH')) exit;
use MailPoetVendor\Symfony\Component\Validator\Constraints\GroupSequence;
interface GroupSequenceProviderInterface
{
 public function getGroupSequence();
}