Skip to content

Commit 9ee9042

Browse files
committed
Fix issue with initialization of parameters
1 parent 8addcee commit 9ee9042

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bundle/View/TagView.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ public function isCacheEnabled(): bool
3535

3636
protected function getInternalParameters(): array
3737
{
38-
return ['tag' => $this->tag];
38+
return ['tag' => $this->tag ?? null];
3939
}
4040
}

0 commit comments

Comments
 (0)