| Current Path : /opt/nginxhttpd_/vendor/doctrine/orm/src/Mapping/Driver/ |
| Current File : //opt/nginxhttpd_/vendor/doctrine/orm/src/Mapping/Driver/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
{
}