mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-09-05 23:18:49 +00:00
Update Html.php
Travis says no need to initialize private class variable to null.
This commit is contained in:
@@ -136,7 +136,7 @@ class Html extends BaseWriter
|
||||
*
|
||||
* @var null|callable
|
||||
*/
|
||||
protected $editHtmlCallback = null;
|
||||
protected $editHtmlCallback;
|
||||
|
||||
/**
|
||||
* Create a new HTML.
|
||||
|
||||
Reference in New Issue
Block a user