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