Skip to content

Commit 6cadf1f

Browse files
author
Mitch
committed
Whitespace fix
1 parent abbc52c commit 6cadf1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ImageResize.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ public function loadFromString($imagedata)
9696
$this->original_w,
9797
$this->original_h,
9898
$this->source_type
99-
) = $image_info;
99+
) = $image_info;
100100

101101
$this->source_image = imagecreatefromstring($imagedata);
102102

0 commit comments

Comments
 (0)