mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +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
|
||||
{
|
||||
protected $tags;
|
||||
|
||||
public function beginIteration(): void
|
||||
{
|
||||
$this->tags[] = '<ul class="requirements">';
|
||||
|
Loading…
x
Reference in New Issue
Block a user