/
home
/
obinna
/
html
/
mixchief_app
/
vendor
/
doctrine
/
orm
/
lib
/
Doctrine
/
ORM
/
Mapping
/
Driver
/
Upload File
HOME
<?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 { }