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

@ -14,7 +14,7 @@ abstract class Markup
public Content $content;
// Defaults
protected int $_wrap = 140;
public const WRAP = 140;
public function __construct(
Content $content