Drupal investigation

Named.php 88B

123456789
  1. <?php
  2. namespace Fixtures\Prophecy;
  3. interface Named
  4. {
  5. public function getName();
  6. }