Skip to content
Snippets Groups Projects
Verified Commit 76617730 authored by Alex Pott's avatar Alex Pott
Browse files

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

parent a61ad676
No related branches found
No related tags found
No related merge requests found
...@@ -56,7 +56,7 @@ protected function getRawContent() { ...@@ -56,7 +56,7 @@ protected function getRawContent() {
/** /**
* Sets the raw content (e.g. HTML). * Sets the raw content (e.g. HTML).
* *
* @param string $content * @param string|\Stringable $content
* The raw content to set. * The raw content to set.
*/ */
protected function setRawContent($content) { protected function setRawContent($content) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment