Named.php 88 Bytes
<?php

namespace Fixtures\Prophecy;

interface Named
{
    public function getName();
}