Skip to content

Commit

Permalink
Fix CS
Browse files Browse the repository at this point in the history
  • Loading branch information
norkunas committed Dec 9, 2024
1 parent ae4c07f commit 3484eb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Options.php
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,6 @@ class Options
private bool $writeAllThumbnails = false;
private ?string $convertThumbnail = null;


// Verbosity / Simulation Options
private bool $skipDownload = false;
private bool $verbose = false;
Expand Down Expand Up @@ -1027,6 +1026,7 @@ public function writeThumbnail(bool $writeThumbnail): self

/**
* Convert thumbnail to another format.
*
* @param 'jpg'|'png'|'webp'|null $format
*/
public function convertThumbnail(?string $format): self
Expand Down

0 comments on commit 3484eb3

Please sign in to comment.