<?php

declare(strict_types=1);

namespace Symplify\AutowireArrayParameter\Tests\Source\Contract;

interface CollectedInterface
{

}
