EmptyInterface.php 66 B

1234567
  1. <?php
  2. namespace Fixtures\Prophecy;
  3. interface EmptyInterface
  4. {
  5. }