1<?php
2
3declare(strict_types=1);
4
5namespace Metadata\Tests\Driver\Fixture\B;
6
7class B
8{
9}
10