Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze authored and github-actions[bot] committed Dec 21, 2023
1 parent 91df1d8 commit dda7c3e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Image.php
Original file line number Diff line number Diff line change
Expand Up @@ -338,8 +338,7 @@ public function watermark(
Unit $heightUnit = Unit::Pixel,
Fit $fit = Fit::Contain,
int $alpha = 100
): static
{
): static {
$this->imageDriver->watermark(
$watermarkImage,
$position,
Expand Down

0 comments on commit dda7c3e

Please sign in to comment.