File "MetadataInterface.php"

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

<?php
namespace MailPoetVendor\Symfony\Component\Validator\Mapping;
if (!defined('ABSPATH')) exit;
use MailPoetVendor\Symfony\Component\Validator\Constraint;
interface MetadataInterface
{
 public function getCascadingStrategy();
 public function getTraversalStrategy();
 public function getConstraints();
 public function findConstraints(string $group);
}