Skip to content

Commit

Permalink
add default values to webp parameters (#1579)
Browse files Browse the repository at this point in the history
  • Loading branch information
tacman authored May 6, 2024
1 parent 336fa80 commit 5f8dff5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Service/FilterService.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ public function __construct(
DataManager $dataManager,
FilterManager $filterManager,
CacheManager $cacheManager,
bool $webpGenerate,
array $webpOptions,
bool $webpGenerate = false,
array $webpOptions = [],
?LoggerInterface $logger = null
) {
$this->dataManager = $dataManager;
Expand Down

0 comments on commit 5f8dff5

Please sign in to comment.