`CustomVarTable`: Cast `$wrapper` to `ipl\Html\HtmlDocument` using inline `@var` in `renderGroup()`
This commit is contained in:
parent
baeba7c27a
commit
8fe428f987
|
@ -203,6 +203,7 @@ class CustomVarTable extends BaseHtmlElement
|
|||
{
|
||||
$table = new self($entries);
|
||||
|
||||
/** @var HtmlDocument $wrapper */
|
||||
$wrapper = $this->getWrapper();
|
||||
if ($wrapper === null) {
|
||||
$wrapper = new HtmlDocument();
|
||||
|
|
Loading…
Reference in New Issue