?? 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: TypedNoDefaultReflectionProperty.php

<?php

declare(strict_types=1);

namespace Doctrine\Persistence\Reflection;

/**
 * PHP Typed No Default Reflection Property - special override for typed properties without a default value.
 */
class TypedNoDefaultReflectionProperty extends RuntimeReflectionProperty
{
    use TypedNoDefaultReflectionPropertyBase;
}


??

??