diff --git a/src/Abstract/Model/Gtk/Pango/Markup.php b/src/Abstract/Model/Gtk/Pango/Markup.php index fd44e519..7ee8cbb5 100644 --- a/src/Abstract/Model/Gtk/Pango/Markup.php +++ b/src/Abstract/Model/Gtk/Pango/Markup.php @@ -137,8 +137,8 @@ class Markup implements \Yggverse\Yoda\Interface\Model\Gtk\Pango\Markup // @TODO optimization wanted, wordwrap / set_line_wrap not solution protected static function _wrap( - string $tag, - string $value, + string $tag, // const + string $value, // unescaped int $width = self::WRAP_WIDTH, string $break = self::WRAP_BREAK, int $line = 1,