mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 09:35:28 +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(
|
public static function list(
|
||||||
string $value
|
string $value,
|
||||||
|
int $width = self::WRAP_WIDTH
|
||||||
): string
|
): string
|
||||||
{
|
{
|
||||||
return sprintf(
|
return sprintf(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue