9 lines
68B

  1. <?php
  2. namespace domain\_;
  3. interface RepositoryQueryInterface
  4. {
  5. }