InterfaceB.php 85 B

1234567
  1. <?php
  2. namespace Metadata\Tests\Fixtures\ComplexHierarchy;
  3. interface InterfaceB
  4. {
  5. }