mirror of
https://github.com/Intervention/image.git
synced 2025-08-12 08:54:03 +02:00
Remove empty line
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user