mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2026-03-09 23:39:10 +00:00
- `selectHeadersForMultipart()` does not exist, - therefore we have to call `selectHeaders()` This is signature of `public function selectHeaders(array $accept, string $contentType, bool $isMultipart): array;` We have to pass `$multipart` as 3rd parameter. The second parameter is content type as string, not in array.