SomeInterface.php 57 B

12345678
  1. <?php
  2. namespace ClassMap;
  3. interface SomeInterface
  4. {
  5. }