Browse Source

require width argument

PHP-GTK3
yggverse 4 months ago
parent
commit
805af30d5b
  1. 2
      src/Abstract/Model/Gtk/Pango/Markup.php

2
src/Abstract/Model/Gtk/Pango/Markup.php

@ -165,7 +165,7 @@ class Markup implements \Yggverse\Yoda\Interface\Model\Gtk\Pango\Markup @@ -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
{

Loading…
Cancel
Save