mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
require width argument
This commit is contained in:
parent
7ec3d06db9
commit
805af30d5b
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue