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