Commit 17aefffe authored by catch's avatar catch
Browse files

Issue #3254863 by cburschka: MarkupInterface should extend \Stringable

parent 62a2af5a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@
 * @see sanitization
 * @see theme_render
 */
interface MarkupInterface extends \JsonSerializable {
interface MarkupInterface extends \JsonSerializable, \Stringable {

  /**
   * Returns markup.