InterfaceA.php 85 B

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