?? GreyFile — Mystic File Browser

Current path: home/webdevt/www/schtroumpf.fr/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/



?? Go up: /home/webdevt/www/schtroumpf.fr/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping

?? Viewing: StaticPHPDriver.php

<?php

declare(strict_types=1);

namespace Doctrine\ORM\Mapping\Driver;

use Doctrine\Persistence\Mapping\Driver\StaticPHPDriver as CommonStaticPHPDriver;

/**
 * {@inheritDoc}
 *
 * @deprecated this driver will be removed. Use Doctrine\Persistence\Mapping\Driver\StaticPHPDriver instead
 */
class StaticPHPDriver extends CommonStaticPHPDriver
{
}


??

??