Issue #3254863 by cburschka: MarkupInterface should extend \Stringable

merge-requests/3277/merge
catch 2023-02-10 12:28:59 +00:00
parent 62a2af5ae4
commit 17aefffed2
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ namespace Drupal\Component\Render;
* @see sanitization
* @see theme_render
*/
interface MarkupInterface extends \JsonSerializable {
interface MarkupInterface extends \JsonSerializable, \Stringable {
/**
* Returns markup.