mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-02-03 08:09:25 +03:00
766ed898cf
* Make Model Attachable * fix cs * Drop zircote/swagger-php < 4.2 support
9 lines
135 B
PHP
9 lines
135 B
PHP
<?php
|
|
|
|
namespace Nelmio\ApiDocBundle\Tests\Functional\Entity;
|
|
|
|
interface ArticleInterface
|
|
{
|
|
public function getAuthor(): string;
|
|
}
|