Issue #3471949 by mstrelan: Allow passing MarkupInterface to AssertContentTrait::setRawContent

merge-requests/9248/merge
Alex Pott 2024-09-26 16:15:48 +02:00
parent a61ad6764e
commit 766177302e
No known key found for this signature in database
GPG Key ID: BDA67E7EE836E5CE
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ trait AssertContentTrait {
/**
* Sets the raw content (e.g. HTML).
*
* @param string $content
* @param string|\Stringable $content
* The raw content to set.
*/
protected function setRawContent($content) {