Skip to content

Commit 7aa14f5

Browse files
authored
Fix typo
1 parent ef5799f commit 7aa14f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/Image/ImageTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -930,7 +930,7 @@ public function test_to_html_attributes_are_overwritable()
930930
$image = $this->makeImage();
931931

932932
$result = $image->scale(400, 400);
933-
$html = $image->toHtml(['height' => 42])
933+
$html = $image->toHtml(['height' => 42]);
934934
$this->assertStringStartsWith('<img src="', $html);
935935
$this->assertStringEndsWith('" width="100" height="42">', $html);
936936
}

0 commit comments

Comments
 (0)