From 805af30d5bc0ed993d0341034220ae9deb535c43 Mon Sep 17 00:00:00 2001 From: yggverse Date: Mon, 29 Jul 2024 16:43:16 +0300 Subject: [PATCH] require width argument --- src/Abstract/Model/Gtk/Pango/Markup.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {