Skip to content

Commit ebe40a4

Browse files
committed
🎨 Fix code style
1 parent 00ab16c commit ebe40a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Models/Image.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public function getUrl(Size | string $size = Size::THUMBNAIL, bool $retina = fal
4040
->toArray();
4141

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

4646
if ($retina) {

0 commit comments

Comments
 (0)