Update Html.php

Travis says no need to initialize private class variable to null.
This commit is contained in:
oleibman 2020-05-31 11:18:47 -07:00 committed by GitHub
parent 48c65cff7f
commit bbaf03c2ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@ class Html extends BaseWriter
*
* @var null|callable
*/
protected $editHtmlCallback = null;
protected $editHtmlCallback;
/**
* Create a new HTML.