1<?php 2 3declare(strict_types=1); 4 5namespace Metadata\Tests\Fixtures\ComplexHierarchy; 6 7interface InterfaceB 8{ 9} 10