make width method protected

This commit is contained in:
yggverse 2024-07-29 18:43:40 +03:00
parent 53626a602a
commit 016a81ecfa
2 changed files with 2 additions and 6 deletions

View file

@ -56,8 +56,4 @@ interface Markup
string $const,
bool $close
): string;
public static function width(
string $markup
): ?int;
}