Skip to content

Commit

Permalink
add default values to webp parameters
Browse files Browse the repository at this point in the history
Makes autowiring a bit easier.
  • Loading branch information
tacman authored May 5, 2024
1 parent 336fa80 commit 69f0204
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 69f0204

Please sign in to comment.