Named.php 88 B

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