mirror of
https://github.com/Intervention/image.git
synced 2025-08-12 17:03:59 +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
|
protected function cropSize(ImageInterface $image, bool $relative = false): SizeInterface
|
||||||
{
|
{
|
||||||
|
|
||||||
$size = match ($relative) {
|
$size = match ($relative) {
|
||||||
true => new Rectangle(
|
true => new Rectangle(
|
||||||
is_null($this->width) ? $image->width() : $image->width() + $this->width,
|
is_null($this->width) ? $image->width() : $image->width() + $this->width,
|
||||||
|
Reference in New Issue
Block a user