File "TraversalStrategy.php"

Full Path: /home/warrior1/public_html/plugins/mailpoet/vendor-prefixed/symfony/validator/Mapping/TraversalStrategy.php
File size: 245 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
namespace MailPoetVendor\Symfony\Component\Validator\Mapping;
if (!defined('ABSPATH')) exit;
class TraversalStrategy
{
 public const IMPLICIT = 1;
 public const NONE = 2;
 public const TRAVERSE = 4;
 private function __construct()
 {
 }
}