diff --git a/src/Abstract/Model/Gtk/Pango/Markup.php b/src/Abstract/Model/Gtk/Pango/Markup.php index 8db38c65..22d9735d 100644 --- a/src/Abstract/Model/Gtk/Pango/Markup.php +++ b/src/Abstract/Model/Gtk/Pango/Markup.php @@ -165,7 +165,7 @@ class Markup implements \Yggverse\Yoda\Interface\Model\Gtk\Pango\Markup protected static function _wrap( string $string, - int $width = self::WRAP_WIDTH, + int $width, int $line = 1 ): string {