https://github.com/OpenAPITools/openapi-generator/blob/master/modules/openapi-generator/src/main/resources/php-laravel/ */ /** * TestInlineFreeformAdditionalPropertiesRequest */ namespace OpenAPI\Server\Model; /** * TestInlineFreeformAdditionalPropertiesRequest */ use Crell\Serde\Renaming\Cases; use Crell\Serde\Attributes as Serde; #[Serde\ClassSettings(renameWith: Cases::snake_case)] class TestInlineFreeformAdditionalPropertiesRequest { /** * * * @param string $someProperty */ public function __construct( public string $someProperty, ) {} }