8000 PR for issue #323 · openai-php/client@77ab63c · GitHub
[go: up one dir, main page]

Skip to content

Commit 77ab63c

Browse files
Ruud68gehrisandro
authored andcommitted
PR for issue #323
1 parent 7210396 commit 77ab63c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Responses/Files/RetrieveResponse.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ final class RetrieveResponse implements ResponseContract, ResponseHasMetaInforma
3030
private function __construct(
3131
public readonly string $id,
3232
public readonly string $object,
33-
public readonly int $bytes,
33+
public readonly int|null $bytes,
3434
public readonly int $createdAt,
3535
public readonly string $filename,
3636
public readonly string $purpose,

0 commit comments

Comments
 (0)
0