require width argument

This commit is contained in:
yggverse 2024-07-29 16:43:16 +03:00
parent 7ec3d06db9
commit 805af30d5b

View file

@ -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
{