1
0
mirror of https://github.com/Intervention/image.git synced 2025-08-12 00:43:59 +02:00

Remove empty line

This commit is contained in:
Oliver Vogel
2025-01-07 15:50:57 +01:00
parent 2921519af1
commit 1564e45c40

View File

@@ -39,7 +39,6 @@ class ResizeCanvasModifier extends SpecializableModifier
*/
protected function cropSize(ImageInterface $image, bool $relative = false): SizeInterface
{
$size = match ($relative) {
true => new Rectangle(
is_null($this->width) ? $image->width() : $image->width() + $this->width,