mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 07:44:04 +02:00
RequirementsRenderer: Add $tags
explicitly as non-dynamic property
This commit is contained in:
parent
8cfc40affe
commit
07e272f3cc
@ -7,6 +7,8 @@ use RecursiveIteratorIterator;
|
|||||||
|
|
||||||
class RequirementsRenderer extends RecursiveIteratorIterator
|
class RequirementsRenderer extends RecursiveIteratorIterator
|
||||||
{
|
{
|
||||||
|
protected $tags;
|
||||||
|
|
||||||
public function beginIteration(): void
|
public function beginIteration(): void
|
||||||
{
|
{
|
||||||
$this->tags[] = '<ul class="requirements">';
|
$this->tags[] = '<ul class="requirements">';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user