Issue #3471949 by mstrelan: Allow passing MarkupInterface to AssertContentTrait::setRawContent
parent
a61ad6764e
commit
766177302e
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue