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