NelmioApiDocBundle/Tests/Functional/Entity/ArticleInterface.php

9 lines
135 B
PHP
Raw Normal View History

<?php
namespace Nelmio\ApiDocBundle\Tests\Functional\Entity;
interface ArticleInterface
{
public function getAuthor(): string;
}