NelmioApiDocBundle/Tests/Functional/Entity/ArticleInterface.php

9 lines
109 B
PHP
Raw Normal View History

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