<?php

declare(strict_types = 1);

namespace Component\Collection\Util\Controller;

class OrderedCollection extends Collection
{
}