We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a68ec5d commit 9eb2e1aCopy full SHA for 9eb2e1a
1 file changed
src/Core/PlaybackFormat.php
@@ -76,6 +76,10 @@ public function hasImagePreviews(): bool
76
return !!$this->imagePreviewsRaw;
77
}
78
79
+ /**
80
+ *
81
+ * @return array<int, array{width: int, height: int, alt: string, url: string}>
82
+ */
83
public function getImagePreviews(): array
84
{
85
if ($this->imagePreviews !== null) {
0 commit comments