prolab-api/vendor/zircote/swagger-php/tests/Fixtures/Parser/OtherTrait.php

16 lines
198 B
PHP
Raw Normal View History

2025-10-04 09:16:19 +00:00
<?php declare(strict_types=1);
namespace OpenApi\Tests\Fixtures\Parser;
/**
* @OA\Schema(schema="other")
*/
trait OtherTrait
{
/**
* @OA\Property()
*/
public $so = 'what?';
}