mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
add missed width attribute
This commit is contained in:
parent
8ef698c535
commit
586f6d34ed
1 changed files with 2 additions and 1 deletions
|
|
@ -77,7 +77,8 @@ class Markup implements \Yggverse\Yoda\Interface\Model\Gtk\Pango\Markup
|
|||
}
|
||||
|
||||
public static function list(
|
||||
string $value
|
||||
string $value,
|
||||
int $width = self::WRAP_WIDTH
|
||||
): string
|
||||
{
|
||||
return sprintf(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue