Skip to content

Commit 117e99a

Browse files
committed
fix: media meta type
1 parent a6d570e commit 117e99a

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/Objects/Media.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,7 @@ class Media extends WordPressObject
4242

4343
public Render $caption;
4444

45-
/**
46-
* @var array<mixed>
47-
*/
48-
public array $meta;
45+
public stdClass $meta;
4946

5047
public string $alt_text;
5148

0 commit comments

Comments
 (0)