NelmioApiDocBundle/Tests/Functional/Entity/ArticleInterface.php
2022-07-18 17:59:25 +02:00

9 lines
109 B
PHP

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