coupon-admin/vendor/zircote/swagger-php/tests/Fixtures/AnotherNamespace/Child.php

17 lines
218 B
PHP
Raw Normal View History

2021-11-18 09:57:04 +00:00
<?php declare(strict_types=1);
namespace AnotherNamespace;
/**
* @OA\Schema()
*/
class Child extends \OpenApi\Tests\Fixtures\Ancestor
{
/**
* @var bool
* @OA\Property()
*/
public $isBaby;
}