mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
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…
x
Reference in New Issue
Block a user