coupon-admin/vendor/zircote/swagger-php/tests/Fixtures/Parser/OtherInterface.php

8 lines
103 B
PHP
Raw Normal View History

2021-11-18 09:57:04 +00:00
<?php declare(strict_types=1);
namespace OpenApi\Tests\Fixtures\Parser;
interface OtherInterface
{
}