Skip to content

Commit 5cd6b88

Browse files
committed
Fix Minor Scrutinizer Complaint
1 parent e312656 commit 5cd6b88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/PhpSpreadsheetTests/Reader/Html/HtmlImage2Test.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@ public function testCannotInsertImageBadProtocol(): void
4242
</tr>
4343
</table>';
4444
$filename = HtmlHelper::createHtml($html);
45-
$spreadsheet = HtmlHelper::loadHtmlIntoSpreadsheet($filename, true);
45+
HtmlHelper::loadHtmlIntoSpreadsheet($filename, true);
4646
}
4747
}

0 commit comments

Comments
 (0)