Skip to content

Commit 75a8034

Browse files
committed
chore: marks mimeType required
1 parent 7d53157 commit 75a8034

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Files/DTO/File.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
* @phpstan-type FileArrayShape array{
2222
* fileType: string,
2323
* url?: string,
24-
* mimeType?: string,
24+
* mimeType: string,
2525
* base64Data?: string
2626
* }
2727
*

0 commit comments

Comments
 (0)