Skip to content

Commit

Permalink
🎨 Fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
marcreichel committed Nov 3, 2023
1 parent 00ab16c commit ebe40a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Models/Image.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public function getUrl(Size | string $size = Size::THUMBNAIL, bool $retina = fal
->toArray();

if (!in_array($parsedSize, $cases, true)) {
throw new InvalidArgumentException('Size must be one of ' . implode(', ', $cases));
throw new InvalidArgumentException('Size must be one of ' . implode(', ', $cases));
}

if ($retina) {
Expand Down

0 comments on commit ebe40a4

Please sign in to comment.