mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-09-13 03:26:26 +00:00
New members should always be private
This commit is contained in:
@@ -136,7 +136,7 @@ class Html extends BaseWriter
|
||||
*
|
||||
* @var null|callable
|
||||
*/
|
||||
protected $editHtmlCallback;
|
||||
private $editHtmlCallback;
|
||||
|
||||
/**
|
||||
* Create a new HTML.
|
||||
|
||||
Reference in New Issue
Block a user