Skip to content

Commit

Permalink
set return type for FileManipulator@generateResponsiveImages() (#3266)
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmastech authored May 22, 2023
1 parent 33dc1c0 commit c7eae00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Conversions/FileManipulator.php
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ protected function dispatchQueuedConversions(
return $this;
}

protected function generateResponsiveImages(Media $media, bool $withResponsiveImages)
protected function generateResponsiveImages(Media $media, bool $withResponsiveImages): self
{
if (! $withResponsiveImages) {
return $this;
Expand Down

0 comments on commit c7eae00

Please sign in to comment.