Skip to content

Commit 26bb4ca

Browse files
Update Options.php
1 parent b1ec8df commit 26bb4ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Options.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1027,7 +1027,7 @@ public function writeThumbnail(bool $writeThumbnail): self
10271027

10281028
/**
10291029
* Convert thumbnail to another format.
1030-
* supported: jpg, png, webp
1030+
* @param 'jpg'|'png'|'webp'|null $format
10311031
*/
10321032
public function convertThumbnail(?string $format): self
10331033
{

0 commit comments

Comments
 (0)