mautic / app /bundles /FormBundle /Collection /MappedObjectCollection.php
chrisbryan17's picture
Upload folder using huggingface_hub
d2897cd verified
raw
history blame contribute delete
195 Bytes
<?php
declare(strict_types=1);
namespace Mautic\FormBundle\Collection;
/**
* @extends \ArrayIterator<string,FieldCollection>
*/
final class MappedObjectCollection extends \ArrayIterator
{
}