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
+1 -1
View File
@@ -136,7 +136,7 @@ class Html extends BaseWriter
*
* @var null|callable
*/
protected $editHtmlCallback = null;
protected $editHtmlCallback;
/**
* Create a new HTML.