Skip to content

Commit

Permalink
fix types
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonvarga committed Sep 13, 2024
1 parent 1d7a104 commit 2afa449
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Imaging/Manipulators/ImgixManipulator.php
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ public function getAttributes(): array
return compact('width', 'height');
}

public function addFocalPointParams(int $x, int $y, int $z): self
public function addFocalPointParams(float $x, float $y, float $z): self
{
$this->addParams([
'fit' => 'crop',
Expand Down

0 comments on commit 2afa449

Please sign in to comment.