mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-09-14 20:16:34 +00:00
Fix Minor Scrutinizer Complaint
This commit is contained in:
@@ -42,6 +42,6 @@ class HtmlImage2Test extends TestCase
|
||||
</tr>
|
||||
</table>';
|
||||
$filename = HtmlHelper::createHtml($html);
|
||||
$spreadsheet = HtmlHelper::loadHtmlIntoSpreadsheet($filename, true);
|
||||
HtmlHelper::loadHtmlIntoSpreadsheet($filename, true);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user