diff --git a/src/Asset/MappedParameter/ImageDownloadConfigParameter.php b/src/Asset/MappedParameter/ImageDownloadConfigParameter.php index 2829f327..f4b3ab8e 100644 --- a/src/Asset/MappedParameter/ImageDownloadConfigParameter.php +++ b/src/Asset/MappedParameter/ImageDownloadConfigParameter.php @@ -160,7 +160,7 @@ private function getBaseTransformationValues(): array return [ 'width' => $this->getWidth(), 'height' => $this->getHeight(), - 'forceResize' => $this->getForceResize() + 'forceResize' => $this->getForceResize(), ]; } }