This commit is contained in:
2020-09-16 10:37:47 +08:00
parent 55064387f4
commit c5345d1e1e
4 changed files with 5 additions and 2 deletions
@@ -54,6 +54,7 @@ class HtmlFormatter extends Application implements IFormatter
public function clear()
{
$this->data = null;
unset($this->data);
}
}