?? GreyFile — Mystic File Browser

Current path: home/webdevt/www/schtroumpf.fr/vendor/doctrine/persistence/src/Persistence/Reflection/



?? Go up: /home/webdevt/www/schtroumpf.fr/vendor/doctrine/persistence/src/Persistence

?? Viewing: TypedNoDefaultRuntimePublicReflectionProperty.php

<?php

declare(strict_types=1);

namespace Doctrine\Persistence\Reflection;

/**
 * PHP Typed No Default Runtime Public Reflection Property - special override for public typed properties without a default value.
 *
 * @deprecated since version 3.1, use TypedNoDefaultReflectionProperty instead.
 */
class TypedNoDefaultRuntimePublicReflectionProperty extends RuntimePublicReflectionProperty
{
    use TypedNoDefaultReflectionPropertyBase;
}


??

??