<?php

declare(strict_types=1);

namespace Metadata\Tests\Driver\Fixture\T;

trait T
{
}
