File "TypedNoDefaultReflectionProperty.php"

Full Path: /home/warrior1/public_html/plugins/mailpoet/vendor-prefixed/doctrine/persistence/src/Persistence/Reflection/TypedNoDefaultReflectionProperty.php
File size: 232 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
namespace MailPoetVendor\Doctrine\Persistence\Reflection;
if (!defined('ABSPATH')) exit;
use ReflectionProperty;
class TypedNoDefaultReflectionProperty extends ReflectionProperty
{
 use TypedNoDefaultReflectionPropertyBase;
}