| Current Path : /opt/nginxhttpd_/vendor/doctrine/orm/src/Mapping/Driver/ |
| Current File : //opt/nginxhttpd_/vendor/doctrine/orm/src/Mapping/Driver/RepeatableAttributeCollection.php |
<?php
declare(strict_types=1);
namespace Doctrine\ORM\Mapping\Driver;
use ArrayObject;
use Doctrine\ORM\Mapping\Annotation;
/**
* @template-extends ArrayObject<int, T>
* @template T of Annotation
*/
final class RepeatableAttributeCollection extends ArrayObject
{
}