Skip to content

Commit 15f967c

Browse files
author
Tom Bielek
committed
Fixed code sniff error
1 parent c993eb2 commit 15f967c

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/ImageTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,6 @@ public function resize_orientation()
331331
$imageWidth = $source->getimagewidth();
332332
$imageHeight = $source->getimageheight();
333333
$imageResults[] = Image::resize($source, $imageWidth, $imageHeight, []);
334-
335334
}
336335

337336
$this->assertSame(

0 commit comments

Comments
 (0)