Drupal investigation

EmptyInterface.php 66B

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