coupon-admin/vendor/zircote/swagger-php/tests/Fixtures/InheritProperties/ExtendedWithoutAllOf.php

17 lines
199 B
PHP

<?php
namespace OpenApi\Tests\Fixtures;
/**
* @OA\Schema()
*/
class ExtendedWithoutAllOf extends Base
{
/**
* @OA\Property();
* @var string
*/
public $extendedProperty;
}