mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +00:00
use constants for defaults, use namespaces
This commit is contained in:
parent
ea30508f52
commit
a8b2fa0d23
15 changed files with 55 additions and 41 deletions
|
|
@ -273,7 +273,7 @@ class Gemtext extends Markup
|
|||
{
|
||||
return wordwrap(
|
||||
$value,
|
||||
$this->_wrap,
|
||||
$this::WRAP,
|
||||
PHP_EOL,
|
||||
false
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue