| Current Path : /srv/web/sites/trentinoplant.it/httpdocs/vendor1/laminas/laminas-router/src/ |
| Current File : /srv/web/sites/trentinoplant.it/httpdocs/vendor1/laminas/laminas-router/src/PriorityList.php |
<?php
declare(strict_types=1);
namespace Laminas\Router;
use Laminas\Stdlib\PriorityList as StdlibPriorityList;
/**
* @template TKey of string
* @template TValue of RouteInterface
* @template-extends StdlibPriorityList<TKey, TValue>
*/
class PriorityList extends StdlibPriorityList
{
}