Skip to content

Commit dbad96a

Browse files
radimvaculikf3l1x
authored andcommitted
Fix ColumnLinkTest
1 parent 5ec5601 commit dbad96a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Column/ColumnLink.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ public function render(Row $row): mixed
9191
}
9292

9393
if ($this->isTemplateEscaped()) {
94-
$a->addText($value);
94+
$a->addText((string) $value);
9595
} else {
9696
$a->addHtml($value);
9797
}

0 commit comments

Comments
 (0)