Skip to content

Commit bd9eb0d

Browse files
committed
Refine duration property in Recording to support int|string|null types.
1 parent dba85f6 commit bd9eb0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Data/Recording.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public function __construct(
2121
public string $id,
2222
public string $title,
2323
public ?string $folderId,
24-
public ?int $duration,
24+
public int|string|null $duration,
2525
public ?RecordingState $state,
2626
public ?string $language,
2727
public DateTimeImmutable $createdAt,

0 commit comments

Comments
 (0)