use constants for defaults, use namespaces

This commit is contained in:
yggverse 2024-07-21 18:29:02 +03:00
parent ea30508f52
commit a8b2fa0d23
15 changed files with 55 additions and 41 deletions

View file

@ -273,7 +273,7 @@ class Gemtext extends Markup
{
return wordwrap(
$value,
$this->_wrap,
$this::WRAP,
PHP_EOL,
false
);