Skip to content

Commit 8c640f1

Browse files
committed
minor #384 [Platform] Fix doc type on FileNormalizer (chr-hertel)
This PR was merged into the main branch. Discussion ---------- [Platform] Fix doc type on FileNormalizer | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | Docs? | no | Issues | | License | MIT Follows #357 Commits ------- 8a6f763 Fix doc type on FileNormalizer
2 parents ab43500 + 8a6f763 commit 8c640f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/platform/src/Bridge/OpenAi/Contract/FileNormalizer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class FileNormalizer extends ModelContractNormalizer
2424
/**
2525
* @param File $data
2626
*
27-
* @return array{type: 'file', file: array{filename: string, file_data: 'base64'}}
27+
* @return array{type: 'file', file: array{filename: string, file_data: string}}
2828
*/
2929
public function normalize(mixed $data, ?string $format = null, array $context = []): array
3030
{

0 commit comments

Comments
 (0)