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…
Reference in New Issue